mirror of
https://github.com/opnsense/core.git
synced 2026-02-03 20:39:42 -05:00
dns/unbound: Fix condition in safesearch template (#9512)
This commit is contained in:
parent
b806142823
commit
91a09fee42
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue