The zone names and forwarder addresses for IPv6 reverse lookups were incorrect. This caused long timeouts when resolving IPv6 addresses, e.g. for SSH.
71 lines
1.4 KiB
YAML
71 lines
1.4 KiB
YAML
named_listen:
|
|
- addresses:
|
|
- any
|
|
named_listen_v6:
|
|
- addresses:
|
|
- any
|
|
named_allow_query:
|
|
- any
|
|
named_dnssec_validation: false
|
|
|
|
named_zones:
|
|
- zone: pyrocufflink.red
|
|
type: master
|
|
default_records:
|
|
- name:
|
|
value: 172.30.0.4
|
|
- name:
|
|
type: AAAA
|
|
value: 2605:6000:3ccc:fb00::4:1
|
|
allow_update:
|
|
- '{ !{ !172.30.0.1; any; }; key dhcp-ddns; }'
|
|
- '{ !{ !localhost; any; }; key local-ddns; }'
|
|
ttl: 30
|
|
- zone: 1.31.172.in-addr.arpa
|
|
type: master
|
|
allow_update:
|
|
- '{ !{ !172.30.0.1; any; }; key dhcp-ddns; }'
|
|
- '{ !{ !localhost; any; }; key local-ddns; }'
|
|
ttl: 30
|
|
- zone: pyrocufflink.blue
|
|
type: forward
|
|
forward: only
|
|
forwarders:
|
|
- 172.30.0.10
|
|
- 172.30.0.9
|
|
- zone: 0.30.172.in-addr.arpa
|
|
type: forward
|
|
forward: only
|
|
forwarders:
|
|
- 172.30.0.10
|
|
- 172.30.0.9
|
|
- zone: pyrocufflink.jazz
|
|
type: forward
|
|
forward: only
|
|
forwarders:
|
|
- 172.31.0.4
|
|
- 172.31.0.10
|
|
- zone: 0.31.172.in-addr.arpa
|
|
type: forward
|
|
forward: only
|
|
forwarders:
|
|
- 172.31.0.4
|
|
- 172.31.0.10
|
|
- zone: 0.0.0.e.c.3.0.0.0.6.5.0.6.2.ip6.arpa
|
|
type: forward
|
|
forward: only
|
|
forwarders:
|
|
- fd99:8cd7:6528:fe1e::10:1
|
|
- fd99:8cd7:6528:fe1e::9:1
|
|
- zone: 8.2.5.6.7.d.c.8.9.9.d.f.ip6.arpa
|
|
type: forward
|
|
forward: only
|
|
forwarders:
|
|
- fd99:8cd7:6528:fe1e::10:1
|
|
- fd99:8cd7:6528:fe1e::9:1
|
|
|
|
named_keys:
|
|
- name: dhcp-ddns
|
|
algorithm: hmac-md5
|
|
secret: +0zVSpY8oFrxl2F1qB8tT2HMgbuD31JurL9w4zilNCg=
|