add portforwarding

This commit is contained in:
Daniel Poelzleithner 2021-12-06 11:07:04 +01:00
parent 7ac993f61e
commit 2720d3d9ac
1 changed files with 6 additions and 0 deletions

View File

@ -348,6 +348,12 @@
reflect = true; reflect = true;
sourcePort = 995; sourcePort = 995;
} }
{
destination = "172.20.73.162:22";
proto = "tcp";
reflect = true;
sourcePort = 2323;
}
]; ];
interfaces = { interfaces = {
core = { core = {