mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-23 21:55:17 +08:00
优化代码
This commit is contained in:
8
pkg/dnsconfigs/ns_tsig_config.go
Normal file
8
pkg/dnsconfigs/ns_tsig_config.go
Normal 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"`
|
||||
}
|
||||
Reference in New Issue
Block a user