diff options
Diffstat (limited to 'adguard-home')
| -rw-r--r-- | adguard-home/templates/AdGuardHome.yaml.j2 | 4 |
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 %} [] |
