forked from Bun/nixos-config
Jimbo VPN.
This commit is contained in:
parent
c1e3872b70
commit
a0ac0f631c
6 changed files with 36 additions and 23 deletions
|
@ -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"
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue