infinote: allow port 80 for http

This is needed because letsencrypt uses port 80 to validate the site.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-02-04 21:59:11 +00:00
parent d0cf7b89af
commit e3071a25c6

View file

@ -13,7 +13,7 @@ custom_rules: [
'-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT',
]
tcp_ports: [443, 6523, 9418]
tcp_ports: [80, 443, 6523, 9418]
fas_client_groups: sysadmin-noc,fi-apprentice,sysadmin-veteran