Finally figure out this damn thing

This commit is contained in:
Jimbo 2024-09-12 23:15:40 -04:00
parent 7d6ea37da4
commit c2edd633cf

View file

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