perf: ipv6支持

This commit is contained in:
xiaojunnuo
2024-11-13 23:37:35 +08:00
parent a38ff69cbd
commit da6ac1626b
4 changed files with 16 additions and 0 deletions
@@ -30,6 +30,7 @@ export class SysPrivateSettings extends BaseSettings {
httpsProxy? = '';
httpProxy? = '';
dnsResultOrder? = '';
removeSecret() {
const clone = cloneDeep(this);