Didn't need that turns out

This commit is contained in:
Jimbo 2024-09-12 12:18:05 -04:00
parent 1140c1294c
commit 0bd1a4e9e8

View file

@ -44,7 +44,6 @@
chain POSTROUTING { chain POSTROUTING {
type nat hook postrouting priority 100; policy accept; type nat hook postrouting priority 100; policy accept;
oifname "${ips.netInt}" masquerade oifname "${ips.netInt}" masquerade
oifname "${ips.wgInt}" masquerade
ip saddr ${ips.wgSpan}.0/24 oifname "${ips.netInt}" masquerade comment "WireGuard" ip saddr ${ips.wgSpan}.0/24 oifname "${ips.netInt}" masquerade comment "WireGuard"
} }
''; '';