fix: increase unbound ttl&cache

This commit is contained in:
Clément Désiles
2026-02-03 22:08:20 +01:00
parent 1f758deb82
commit 321a14a108
2 changed files with 24 additions and 12 deletions
+2 -2
View File
@@ -5,9 +5,9 @@ view:
{% if unbound_custom_vpn_records is defined %}
{% for host, ips in unbound_custom_vpn_records.items() %}
local-data: "{{ host }}. IN A {{ ips.v4 }}"
{% if ips.v6 is defined %}
{% if ips.v6 is defined %}
local-data: "{{ host }}. IN AAAA {{ ips.v6 }}"
{% endif %}
{% endif %}
{% endfor %}
{% endif %}