Files
EdgeCommon/pkg/dnsconfigs/ns_tsig_config.go

9 lines
183 B
Go
Raw Normal View History

2021-07-25 15:08:38 +08:00
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
package dnsconfigs
2022-09-11 14:41:14 +08:00
// NSTSIGConfig 配置
type NSTSIGConfig struct {
2021-07-25 15:08:38 +08:00
IsOn bool `yaml:"isOn" json:"isOn"`
}