unbound/local-zones.conf: fix lines switcheroo

This commit is contained in:
Astro 2018-06-23 02:39:33 +02:00
parent 6e08db4af8
commit 04583f4f2d
1 changed files with 1 additions and 1 deletions

View File

@ -3,8 +3,8 @@ server:
domain-insecure: "{{ domain }}"
{%- endfor %}
forward-zone:
{%- for ctx, domain in pillar['bind']['root-domain'].items() %}
forward-zone:
name: "{{ domain }}"
forward-addr: {{ pillar['hosts-inet']['serv']['dns'] }}
forward-addr: {{ pillar['hosts-inet6'][ctx]['serv']['dns'] }}