Connect to print servers CUPS directly
This commit is contained in:
parent
e345e29b19
commit
f2ea5bbae0
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ firewall_in:
|
||||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||||
- {proto: tcp, port: 53, from: [172.20.24.0/24]}
|
- {proto: tcp, port: 53, from: [172.20.24.0/24]}
|
||||||
- {proto: udp, 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]}
|
- {proto: tcp, port: 4949, from: [172.20.20.0/22]}
|
||||||
firewall_raw:
|
firewall_raw:
|
||||||
- "-A INPUT -i eth1 -d 224.0.0.0/8 -j ACCEPT"
|
- "-A INPUT -i eth1 -d 224.0.0.0/8 -j ACCEPT"
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
proxy: https://mirror01.home.foo.sh/
|
proxy: https://mirror01.home.foo.sh/
|
||||||
- role: nginx/site
|
- role: nginx/site
|
||||||
site: print.foo.sh
|
site: print.foo.sh
|
||||||
proxy: https://print01.home.foo.sh/
|
proxy: https://print01.home.foo.sh:631/
|
||||||
- role: nginx/site
|
- role: nginx/site
|
||||||
site: wpad.foo.sh
|
site: wpad.foo.sh
|
||||||
- role: nginx/site
|
- role: nginx/site
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue