Fix #542 - Add Bootstrap DNS resolver settings
This commit is contained in:
@@ -66,7 +66,7 @@ type FilteringConfig struct {
|
||||
Ratelimit int `yaml:"ratelimit"`
|
||||
RatelimitWhitelist []string `yaml:"ratelimit_whitelist"`
|
||||
RefuseAny bool `yaml:"refuse_any"`
|
||||
BootstrapDNS string `yaml:"bootstrap_dns"`
|
||||
BootstrapDNS []string `yaml:"bootstrap_dns"`
|
||||
|
||||
dnsfilter.Config `yaml:",inline"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user