upstream: add c3d2 range back

This commit is contained in:
Sandro - 2024-04-17 21:09:45 +02:00
parent 7b198d98a4
commit c277a38f5c
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 4 additions and 0 deletions

View File

@ -112,6 +112,10 @@ in
-d ${destinationIP} -p ${fwd.proto} \
--dport ${destinationPorts} \
-s 172.20.72.0/21 -j MASQUERADE
iptables -t nat -A nixos-nat-post \
-d ${destinationIP} -p ${fwd.proto} \
--dport ${destinationPorts} \
-s ${config.site.net.c3d2.subnet4} -j MASQUERADE
'') config.networking.nat.forwardPorts}
''}