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 ip protocol icmp accept
iifname "br0" tcp dport {{ ssh_port }} accept comment "SSH" 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 { {{ http_port }}, {{ https_port }} } accept comment "HTTP/HTTPS"
iifname "br0" tcp dport {{ transmission_port }} accept comment "Transmission" iifname "br0" tcp dport {{ transmission_port }} accept comment "Transmission"

View file

@ -20,5 +20,7 @@ newsreader_ip: '192.168.178.63'
sentry_ip: '127.0.0.1' sentry_ip: '127.0.0.1'
sentry_port: '9000' sentry_port: '9000'
gitlab_ssh_port: '22'
radicale_listen_addres: '127.0.0.1' radicale_listen_addres: '127.0.0.1'
radicale_port: 5232 radicale_port: 5232