Open default SSH port for gitlab

This commit is contained in:
sonny 2023-03-04 20:42:32 +01:00
parent 497c18ebc0
commit b3417f7aff
2 changed files with 3 additions and 0 deletions

View file

@ -20,6 +20,7 @@ table ip filter {
ip protocol icmp accept
iifname "br0" tcp dport {{ ssh_port }} accept comment "SSH"
iifname "br0" tcp dport {{ gitlab_ssh_port }} accept comment "Gitlab SSH"
iifname "br0" tcp dport { {{ http_port }}, {{ https_port }} } accept comment "HTTP/HTTPS"
iifname "br0" tcp dport {{ transmission_port }} accept comment "Transmission"