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