mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-02-17 02:19:51 +03:00
- config: global "blocked_services" settings were reset on startup
This commit is contained in:
parent
e6bd2a101d
commit
b1ca7c90d3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue