Add ratelimit and refuse_any to config file
This commit is contained in:
parent
afe234759f
commit
82da886df5
|
@ -68,8 +68,8 @@ type coreDNSConfig struct {
|
||||||
ParentalSensitivity int `yaml:"parental_sensitivity"`
|
ParentalSensitivity int `yaml:"parental_sensitivity"`
|
||||||
BlockedResponseTTL int `yaml:"blocked_response_ttl"`
|
BlockedResponseTTL int `yaml:"blocked_response_ttl"`
|
||||||
QueryLogEnabled bool `yaml:"querylog_enabled"`
|
QueryLogEnabled bool `yaml:"querylog_enabled"`
|
||||||
Ratelimit int `yaml:"-"`
|
Ratelimit int `yaml:"ratelimit"`
|
||||||
RefuseAny bool `yaml:"-"`
|
RefuseAny bool `yaml:"refuse_any"`
|
||||||
Pprof string `yaml:"-"`
|
Pprof string `yaml:"-"`
|
||||||
Cache string `yaml:"-"`
|
Cache string `yaml:"-"`
|
||||||
Prometheus string `yaml:"-"`
|
Prometheus string `yaml:"-"`
|
||||||
|
|
Loading…
Reference in New Issue