优化代码

This commit is contained in:
刘祥超
2022-09-11 14:41:14 +08:00
parent a092f496dd
commit da02e6df4a
10 changed files with 86 additions and 72 deletions

View File

@@ -0,0 +1,8 @@
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
package dnsconfigs
// NSTSIGConfig 配置
type NSTSIGConfig struct {
IsOn bool `yaml:"isOn" json:"isOn"`
}