upstream4: add ssh port forwarding for leon's web-deploy

This commit is contained in:
Astro 2021-07-16 19:36:13 +02:00
parent 930b58c758
commit 440ec18e71
1 changed files with 5 additions and 0 deletions

View File

@ -257,6 +257,11 @@ in
proto = "udp";
sourcePort = 30000;
}
{
destination = "172.22.99.175:22";
proto = "tcp";
sourcePort = 2224;
}
];
}