DNS集群设置时区

This commit is contained in:
GoEdgeLab
2022-09-19 17:00:27 +08:00
parent 0024f3fabb
commit 18dff3125b
6 changed files with 3742 additions and 3719 deletions

View File

@@ -17,6 +17,7 @@ type NSNodeConfig struct {
RecursionConfig *NSRecursionConfig `yaml:"recursionConfig" json:"recursionConfig"`
DDoSProtection *ddosconfigs.ProtectionConfig `yaml:"ddosProtection" json:"ddosProtection"`
AllowedIPs []string `yaml:"allowedIPs" json:"allowedIPs"`
TimeZone string `yaml:"timeZone" json:"timeZone"` // 自动设置时区
TCP *serverconfigs.TCPProtocolConfig `yaml:"tcp" json:"tcp"` // TCP配置
TLS *serverconfigs.TLSProtocolConfig `yaml:"tls" json:"tls"` // TLS配置