Fix changed ip addressses

This commit is contained in:
Timo Makinen 2024-01-09 23:24:26 +00:00
parent 2247ce1d16
commit e43dd2a26e
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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]}