allow outgoing ssh

This commit is contained in:
Robert Kaussow 2018-07-11 23:30:52 +02:00
parent 5ff3c39264
commit 9ab82a3b08
1 changed files with 1 additions and 0 deletions

View File

@ -32,3 +32,4 @@ unifi_open_ports:
- { flag: "allow_unifi_discover", direction: "output", proto: "udp", port: "10001" }
- { flag: "allow_unifi_broadcast", direction: "input", proto: "udp", port: "5656:5699" }
- { flag: "allow_unifi_broadcast", direction: "output", proto: "udp", port: "5656:5699" }
- { flag: "allow_ssh", direction: "output", proto: "tcp", port: "22" }