mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
removed unneeded masquerade flag
This commit is contained in:
parent
deb57d0aaf
commit
94737eb653
1 changed files with 0 additions and 4 deletions
|
@ -46,10 +46,6 @@ in
|
||||||
# iifname "tailscale0" ip daddr != 100.64.0.1 nftrace set 1;
|
# iifname "tailscale0" ip daddr != 100.64.0.1 nftrace set 1;
|
||||||
iifname "tailscale0" ip daddr != 100.64.0.0/16 mark set 51820;
|
iifname "tailscale0" ip daddr != 100.64.0.0/16 mark set 51820;
|
||||||
}
|
}
|
||||||
chain postrouting {
|
|
||||||
type nat hook postrouting priority srcnat; policy accept;
|
|
||||||
iifname "tailscale0" oifname "protonvpn" ip daddr != 100.64.0.0/16 masquerade;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue