upstream4: fix gitea port fwding

This commit is contained in:
Astro 2021-10-01 20:51:04 +02:00
parent 6245887f0f
commit 61cfd3a313
1 changed files with 1 additions and 1 deletions

View File

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