Connect to print servers CUPS directly

This commit is contained in:
Timo Makinen 2021-03-30 16:15:34 +00:00
parent e345e29b19
commit f2ea5bbae0
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
- {proto: tcp, port: 53, from: [172.20.24.0/24]}
- {proto: udp, port: 53, from: [172.20.24.0/24]}
- {proto: tcp, port: 443, from: [172.20.20.0/22]}
- {proto: tcp, port: 631, from: [172.20.20.0/22]}
- {proto: tcp, port: 4949, from: [172.20.20.0/22]}
firewall_raw:
- "-A INPUT -i eth1 -d 224.0.0.0/8 -j ACCEPT"