mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-12-15 11:22:49 +03:00
- config: global "blocked_services" settings were reset on startup
This commit is contained in:
parent
e6bd2a101d
commit
b1ca7c90d3
@ -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"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user