Fix for:
- Raspberry Pi
- Debian
- ARMv7
To fix ERROR: Couldn’t determine iptables version, go to your terminal and enter this command:
update-alternatives --list iptablesYou may get this result:
   /usr/sbin/iptables-legacy
   /usr/sbin/iptables-nftNow type this command to fix the problem:
sudo update-alternatives --set iptables /usr/sbin/iptables-legacyThat’s it.
