upstream4: add forwardPorts for jabber

This commit is contained in:
Astro 2021-10-18 01:21:28 +02:00
parent 2c3c0fa13c
commit 4634b94199
1 changed files with 15 additions and 0 deletions

View File

@ -272,6 +272,21 @@ in
proto = "tcp";
sourcePort = 22;
}
{ # Jabber C2S
destination = config.site.net.serv.hosts4.jabber;
proto = "tcp";
sourcePort = 5222;
}
{ # Jabber C2S+SSL
destination = config.site.net.serv.hosts4.jabber;
proto = "tcp";
sourcePort = 5223;
}
{ # Jabber S2S
destination = config.site.net.serv.hosts4.jabber;
proto = "tcp";
sourcePort = 5269;
}
{
destination = "${config.site.net.serv.hosts4.vps1}:22";
proto = "tcp";