dns0: Update DHCP server IP address

DHCP is provided by *dns1.pyrocufflink.blue* now, not the gateway. To
allow dynamic DNS updates from it, the correct source address must be
listed in the zone configuration for *pyrocufflink.red*.
jenkins-master
Dustin 2019-02-19 13:20:19 -06:00
parent 5571ee704b
commit f002da86ef
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@ pyrocufflink_red_zones:
type: AAAA
value: 2605:6000:3ccc:fb00::4:1
allow_update:
- '{ !{ !172.30.0.1; any; }; key dhcp-ddns; }'
- '{ !{ !172.30.0.3; 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; }'
- '{ !{ !172.30.0.3; any; }; key dhcp-ddns; }'
- '{ !{ !localhost; any; }; key local-ddns; }'
ttl: 30