upstream4: set gitea port forwarding to 22/tcp

This commit is contained in:
Astro 2021-10-01 21:28:14 +02:00
parent 2bae8c6785
commit e0d12435f0
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ in
{ # Gitea ssh
destination = "${config.site.net.serv.hosts4.gitea}:22";
proto = "tcp";
sourcePort = 2222;
sourcePort = 22;
}
{
destination = "${config.site.net.serv.hosts4.vps1}:22";