1
0
Fork 0
forked from Bun/nixos-config

Jimbo VPN.

This commit is contained in:
Jimbo 2024-09-06 01:18:21 -04:00
parent c1e3872b70
commit a0ac0f631c
6 changed files with 36 additions and 23 deletions

View file

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