Add ratelimit and refuse_any to config file

This commit is contained in:
Andrey Meshkov 2018-11-26 17:00:46 +03:00
parent afe234759f
commit 82da886df5
1 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ type coreDNSConfig struct {
ParentalSensitivity int `yaml:"parental_sensitivity"`
BlockedResponseTTL int `yaml:"blocked_response_ttl"`
QueryLogEnabled bool `yaml:"querylog_enabled"`
Ratelimit int `yaml:"-"`
RefuseAny bool `yaml:"-"`
Ratelimit int `yaml:"ratelimit"`
RefuseAny bool `yaml:"refuse_any"`
Pprof string `yaml:"-"`
Cache string `yaml:"-"`
Prometheus string `yaml:"-"`