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
@@ -13,6 +13,7 @@ export type SysPublicSetting = {
export type SysPrivateSetting = {
httpProxy?: string;
httpsProxy?: string;
dnsResultOrder?: string;
};
export const SettingKeys = {