Small fixes
This commit is contained in:
parent
69b05190af
commit
1140c1294c
2 changed files with 1 additions and 1 deletions
|
@ -44,6 +44,7 @@
|
|||
chain POSTROUTING {
|
||||
type nat hook postrouting priority 100; policy accept;
|
||||
oifname "${ips.netInt}" masquerade
|
||||
oifname "${ips.wgInt}" masquerade
|
||||
ip saddr ${ips.wgSpan}.0/24 oifname "${ips.netInt}" masquerade comment "WireGuard"
|
||||
}
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue