do not restrict syslog port by ip address

This commit is contained in:
Timo Makinen 2019-07-19 17:58:14 +03:00
parent 6085718f5d
commit bc37d38eaf

View file

@ -1,4 +1,4 @@
---
firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
- {proto: tcp, port: 6514, from: [172.20.20.0/22]}
- {proto: tcp, port: 6514}