From d8919f6424c3c3ed3996589419e8954375026d83 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 17 Oct 2021 14:12:19 -0500 Subject: [PATCH] hosts: dns0: Allow DDNS updates from gw1 Since the firewall is now the DHCP server, the DNS server needs to allow it to send DDNS updates for *pyrocufflink.red*. --- host_vars/dns0.pyrocufflink.blue.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host_vars/dns0.pyrocufflink.blue.yml b/host_vars/dns0.pyrocufflink.blue.yml index f66d01a..e63b2a2 100644 --- a/host_vars/dns0.pyrocufflink.blue.yml +++ b/host_vars/dns0.pyrocufflink.blue.yml @@ -8,13 +8,13 @@ pyrocufflink_red_zones: type: AAAA value: 2605:6000:3ccc:fb00::4:1 allow_update: - - '{ !{ !172.30.0.4; any; }; key dhcp-ddns; }' + - '{ !{ !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.4; any; }; key dhcp-ddns; }' + - '{ !{ !172.30.0.1; any; }; key dhcp-ddns; }' - '{ !{ !localhost; any; }; key local-ddns; }' ttl: 30