Don't hardcode DNA ip addresses

This commit is contained in:
Timo Makinen 2025-06-18 16:11:12 +00:00
parent 167f78ed84
commit 6fa5b18c96

View file

@ -1,6 +1,6 @@
--- ---
firewall_in: firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22, 212.149.225.204/32]} - {proto: tcp, port: 22, from: [172.20.20.0/22, "{{ gw_home_ip }}/32"]}
- {proto: tcp, port: 53} - {proto: tcp, port: 53}
- {proto: udp, port: 53} - {proto: udp, port: 53}
- {proto: tcp, port: 80} - {proto: tcp, port: 80}