hosts: dns0: Update DHCP server address

Now that the DHCP server has moved from *dns1* to *dns0*, the DNS server
needs to be updated to allow DDNS updates from the latter.
jenkins-master
Dustin 2019-09-19 18:56:41 -05:00
parent 1bb9c28ef4
commit e3e30eea1c
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@ pyrocufflink_red_zones:
type: AAAA type: AAAA
value: 2605:6000:3ccc:fb00::4:1 value: 2605:6000:3ccc:fb00::4:1
allow_update: allow_update:
- '{ !{ !172.30.0.3; any; }; key dhcp-ddns; }' - '{ !{ !172.30.0.4; any; }; key dhcp-ddns; }'
- '{ !{ !localhost; any; }; key local-ddns; }' - '{ !{ !localhost; any; }; key local-ddns; }'
ttl: 30 ttl: 30
- zone: 1.31.172.in-addr.arpa - zone: 1.31.172.in-addr.arpa
type: master type: master
allow_update: allow_update:
- '{ !{ !172.30.0.3; any; }; key dhcp-ddns; }' - '{ !{ !172.30.0.4; any; }; key dhcp-ddns; }'
- '{ !{ !localhost; any; }; key local-ddns; }' - '{ !{ !localhost; any; }; key local-ddns; }'
ttl: 30 ttl: 30