perf: 公共cname服务支持关闭

This commit is contained in:
xiaojunnuo
2024-11-14 18:31:17 +08:00
parent c3cfbd8474
commit f4ae5125dc
4 changed files with 22 additions and 4 deletions

View File

@@ -31,6 +31,7 @@ export class SysPrivateSettings extends BaseSettings {
httpsProxy? = '';
httpProxy? = '';
dnsResultOrder? = '';
commonCnameEnabled?: boolean = true;
removeSecret() {
const clone = cloneDeep(this);