diff --git a/profile/config.go b/profile/config.go index 8963d2ad..a9d705e6 100644 --- a/profile/config.go +++ b/profile/config.go @@ -346,7 +346,7 @@ Important: DNS Requests are only matched against domain and filter list rules, a cfgStringArrayOptions[CfgOptionServiceEndpointsKey] = cfgOptionServiceEndpoints // Filter list IDs - defaultFilterListsValue := []string{"TRAC", "MAL", "BAD"} + defaultFilterListsValue := []string{"TRAC", "MAL", "BAD", "UNBREAK"} err = config.Register(&config.Option{ Name: "Filter Lists", Key: CfgOptionFilterListsKey,