// 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"` }