tasket / Qubes-vpn-support

VPN configuration in Qubes OS
GNU General Public License v3.0
126 stars 28 forks source link

Nftables #76

Open scrubbedha opened 6 months ago

scrubbedha commented 6 months ago

Convert iptables to their nftables equivalents.

Minimalist73 commented 6 months ago

This was done with iptables-translate right? All of your rules use non-existent table names based on the old iptables scheme. Did you at least test this before submitting the pull request? Also, another PR has been done to support the switch to nftables #71 and it is already in a working state.