upstream4: update leon port forwardings to new address

This commit is contained in:
Astro 2022-09-18 21:41:31 +02:00
parent 3fbc5577d5
commit 491fcda4a9
1 changed files with 5 additions and 4 deletions

View File

@ -2,6 +2,7 @@
let
servHosts = config.site.net.serv.hosts4;
inherit (config.site.net.c3d2.hosts4) dn42;
inherit (config.site.net.flpk.hosts4) leon;
in
{
site.hosts = {
@ -114,25 +115,25 @@ in
sourcePort = 64699;
}
{ #ssh
destination = "${servHosts.leon}:22";
destination = "${leon}:22";
proto = "tcp";
reflect = true;
sourcePort = 2223;
}
{ #Website
destination = "${servHosts.leon}:5000";
destination = "${leon}:5000";
proto = "tcp";
reflect = true;
sourcePort = 5001;
}
{ #VPN_Wireguard VPN1-interface
destination = "${servHosts.leon}:18900";
destination = "${leon}:18900";
proto = "udp";
reflect = true;
sourcePort = 18800;
}
{ #VPN_Wireguard VPN2-interface
destination = "${servHosts.leon}:19900";
destination = "${leon}:19900";
proto = "udp";
reflect = true;
sourcePort = 19800;