leon: remove route that is no longer necessary with NAT reflection from internal ipv4 address

This commit is contained in:
Astro 2022-09-02 21:04:46 +02:00
parent bbba102053
commit 8097c9a521
1 changed files with 0 additions and 6 deletions

View File

@ -87,12 +87,6 @@ in
Destination = "172.20.0.0/14";
Gateway = config.c3d2.hosts.serv-gw.ip4;
};
} {
# for port forwardings
routeConfig = {
Destination = "${zentralwerk.lib.config.site.hosts.upstream4.interfaces.up4-pppoe.upstream.staticIpv4Address}/32";
Gateway = config.c3d2.hosts.serv-gw.ip4;
};
} ];
};