[Wireguard] upgrade for compatibility with nftables (opens in new tab)
Discuss Hello, I made some research and came up with a working patch for the wireguard app using nftables. I would like to share this to have reviews/opinions (I’m not a security expert..). Patch: update conf/interfaces.json with: "post_up": "nft add table ip filter;nft add table ip nat;nft add table ip6 filter;nft add table ip6 nat;nft add chain ip filter FORWARD { type filter hook forward priority filter\\; };nft add chain ip6 filter FORWARD { type filter hook forward priority filter\\; }; ...
Read the original article