mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
perf: 公共cname服务支持关闭
This commit is contained in:
@@ -31,6 +31,7 @@ export class SysPrivateSettings extends BaseSettings {
|
||||
httpsProxy? = '';
|
||||
httpProxy? = '';
|
||||
dnsResultOrder? = '';
|
||||
commonCnameEnabled?: boolean = true;
|
||||
|
||||
removeSecret() {
|
||||
const clone = cloneDeep(this);
|
||||
|
||||
Reference in New Issue
Block a user