config/net/upstream: add port forwarding 45000/tcp

This commit is contained in:
Astro 2022-01-12 00:09:46 +01:00
parent 806820950f
commit 552a6a3fa8
1 changed files with 6 additions and 0 deletions

View File

@ -354,6 +354,12 @@
reflect = true;
sourcePort = 2323;
}
{
destination = "172.20.75.222:3389";
proto = "tcp";
reflect = true;
sourcePort = 45000;
}
];
interfaces = {
core = {