Nah bruh what am I doin

This commit is contained in:
Jimbo 2024-09-12 12:33:39 -04:00
parent 0bd1a4e9e8
commit b94a96ba1a

View file

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