upstream4: add port forward 2222/tcp to gitea

This commit is contained in:
Astro 2021-09-06 21:14:04 +02:00
parent bc590bca8c
commit 3be7beaf27
1 changed files with 5 additions and 0 deletions

View File

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