- config: global "blocked_services" settings were reset on startup

This commit is contained in:
Simon Zolin 2019-08-22 15:30:01 +03:00
parent e6bd2a101d
commit b1ca7c90d3
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ type FilteringConfig struct {
// Names of services to block (globally).
// Per-client settings can override this configuration.
BlockedServices []string `json:"blocked_services"`
BlockedServices []string `yaml:"blocked_services"`
dnsfilter.Config `yaml:",inline"`
}