mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-01-03 17:46:36 +08:00
9 lines
179 B
Go
9 lines
179 B
Go
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
|
|
|
package dnsconfigs
|
|
|
|
// TSIGConfig 配置
|
|
type TSIGConfig struct {
|
|
IsOn bool `yaml:"isOn" json:"isOn"`
|
|
}
|