Don't hardcode DNA ip addresses
This commit is contained in:
parent
167f78ed84
commit
6fa5b18c96
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue