Open HTTP and HTTPS ports from shell hosts.

This commit is contained in:
Timo Makinen 2021-03-22 19:05:07 +00:00
parent 480db886ca
commit 67560714d8

View file

@ -7,4 +7,6 @@ num_cpus: 4
firewall_in:
- {proto: tcp, port: 22}
- {proto: tcp, port: 80}
- {proto: tcp, port: 443}
- {proto: tcp, port: 4949, from: [81.175.130.44/32]}