Revert "upstream4: fix gitea port fwding"

This reverts commit 61cfd3a313.
This commit is contained in:
Astro 2021-10-01 21:12:28 +02:00
parent 61cfd3a313
commit 2bae8c6785
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}:2222";
destination = "${config.site.net.serv.hosts4.gitea}:22";
proto = "tcp";
sourcePort = 2222;
}