Open default SSH port for gitlab
This commit is contained in:
parent
497c18ebc0
commit
b3417f7aff
2 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -20,5 +20,7 @@ newsreader_ip: '192.168.178.63'
|
|||
sentry_ip: '127.0.0.1'
|
||||
sentry_port: '9000'
|
||||
|
||||
gitlab_ssh_port: '22'
|
||||
|
||||
radicale_listen_addres: '127.0.0.1'
|
||||
radicale_port: 5232
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue