src.nth.io/

summaryrefslogtreecommitdiff
path: root/adguard-home/templates
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2022-09-10 14:52:44 -0500
committerLuke Hoersten <[email protected]>2022-09-10 14:52:44 -0500
commit7896e9ba37e627d274119fd85367290db1b8a0cd (patch)
tree8f326342b2e90fdb37c0891159a9abb4f0936615 /adguard-home/templates
parentf704c49c12ea3160b4e81427d35af5eff024187b (diff)
Made adguard blocking default on.
Diffstat (limited to 'adguard-home/templates')
-rw-r--r--adguard-home/templates/AdGuardHome.yaml.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/adguard-home/templates/AdGuardHome.yaml.j2 b/adguard-home/templates/AdGuardHome.yaml.j2
index 816efe6..81e7b48 100644
--- a/adguard-home/templates/AdGuardHome.yaml.j2
+++ b/adguard-home/templates/AdGuardHome.yaml.j2
@@ -93,12 +93,12 @@ clients:
tags: []
ids:
- {{client.ip}}
- use_global_settings: {{not client.bypass}}
+ use_global_settings: {{not client.bypass|default(true)}}
filtering_enabled: false
parental_enabled: false
safesearch_enabled: false
safebrowsing_enabled: false
- use_global_blocked_services: {{not client.bypass}}
+ use_global_blocked_services: {{not client.bypass|default(true)}}
blocked_services: []
upstreams: []
{% else %} []