diff --git a/dnsforward/dnsforward.go b/dnsforward/dnsforward.go index 64f5ff92..43fda4c4 100644 --- a/dnsforward/dnsforward.go +++ b/dnsforward/dnsforward.go @@ -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"` }