NS节点也增加DDoS配置

This commit is contained in:
刘祥超
2022-07-27 19:41:51 +08:00
parent 262dcf0c8d
commit ac106ca4f0
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
}