Initial commit (code only without large binaries)
This commit is contained in:
9
EdgeCommon/pkg/dnsconfigs/ns_tsig_config.go
Normal file
9
EdgeCommon/pkg/dnsconfigs/ns_tsig_config.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||||
//go:build plus
|
||||
|
||||
package dnsconfigs
|
||||
|
||||
// NSTSIGConfig 配置
|
||||
type NSTSIGConfig struct {
|
||||
IsOn bool `yaml:"isOn" json:"isOn"`
|
||||
}
|
||||
Reference in New Issue
Block a user