Fix changed ip addressses
This commit is contained in:
parent
2247ce1d16
commit
e43dd2a26e
2 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
firewall_in:
|
||||
- {proto: tcp, port: 22, from: [172.20.20.0/22, 81.175.130.44/32]}
|
||||
- {proto: tcp, port: 22, from: [172.20.20.0/22, 62.78.229.29/32]}
|
||||
- {proto: tcp, port: 53}
|
||||
- {proto: udp, port: 53}
|
||||
- {proto: tcp, port: 80}
|
||||
- {proto: tcp, port: 443}
|
||||
- {proto: tcp, port: 853}
|
||||
- {proto: tcp, port: 4949, from: [172.20.20.0/22, 81.175.130.44/32]}
|
||||
- {proto: tcp, port: 9100, from: [172.20.20.0/22, 62.78.229.29/32]}
|
||||
firewall_raw:
|
||||
- pass quick proto carp
|
||||
|
||||
|
|
|
@ -9,4 +9,4 @@ firewall_in:
|
|||
- {proto: tcp, port: 22}
|
||||
- {proto: tcp, port: 80}
|
||||
- {proto: tcp, port: 443}
|
||||
- {proto: tcp, port: 9100, from: [81.175.130.44/32]}
|
||||
- {proto: tcp, port: 9100, from: [62.78.229.29/32]}
|
||||
|
|
Loading…
Add table
Reference in a new issue