Files
EdgeCommon/pkg/dnsconfigs/ns_tsig_config.go
2022-09-11 14:41:14 +08:00

9 lines
183 B
Go

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