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

* commit 'b1ca7c90d3ef0e72d3535b7cf195adfe83d34e5a':
  - config: global "blocked_services" settings were reset on startup
This commit is contained in:
Andrey Meshkov 2019-08-22 15:38:24 +03:00
commit 64d40bdc47
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"`
}