This commit is contained in:
2025-12-28 21:25:35 -07:00
parent a5ccb4a048
commit c34f71b258
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
private_domains:
home.jthan.io:
- home.jthan.io:
records:
- type: A
name: "router.home.jthan.io"

View File

@@ -615,7 +615,7 @@ server:
# Allow the domain (and its subdomains) to contain private addresses.
# local-data statements are allowed to contain private addresses too.
{% for domain in private_domains %}
private-domain: "{{ domain }}"
private-domain: "{{ domain['name'] }}"
{% for record in domain['records'] %}
local-data: "{{ record['name'] }} {{ record['type'] }} {{ record['value'] }}"
{% endfor %}