dns/unbound: Fix condition in safesearch template (#9512)

This commit is contained in:
Monviech 2025-12-11 08:49:42 +01:00 committed by GitHub
parent b806142823
commit 91a09fee42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,7 +50,7 @@
"google.cat"
]
%}
{% if not helpers.empty('OPNsense.unboundplus.dnsbl.safesearch') %}
{% if not helpers.empty('OPNsense.unboundplus.general.safesearch') %}
server:
# Google. TLDs are fetched from https://www.google.com/supported_domains.
{% for domain in google_domains %}