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:
parent
d0cf7b89af
commit
e3071a25c6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue