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
parent
5571ee704b
commit
f002da86ef
|
@ -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.1; any; }; key dhcp-ddns; }'
|
- '{ !{ !172.30.0.3; 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.1; any; }; key dhcp-ddns; }'
|
- '{ !{ !172.30.0.3; any; }; key dhcp-ddns; }'
|
||||||
- '{ !{ !localhost; any; }; key local-ddns; }'
|
- '{ !{ !localhost; any; }; key local-ddns; }'
|
||||||
ttl: 30
|
ttl: 30
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue