NS节点也增加DDoS配置

This commit is contained in:
GoEdgeLab
2022-07-27 19:41:51 +08:00
parent f0080fbf6e
commit 224fce2527
3 changed files with 59 additions and 6 deletions

View File

@@ -16,3 +16,7 @@ type RecursionConfig struct {
AllowDomains []string `json:"allowDomains"`
DenyDomains []string `json:"denyDomains"`
}
func (this *RecursionConfig) Init() error {
return nil
}