Skip to content

Commit abb3b2d

Browse files
authored
Update Install.sh
nftables is working now, no need to iptables
1 parent 552d00d commit abb3b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IPBanCore/Linux/Scripts/Install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ FILE_NAME="IPBan-Linux-x64_$VERSION_UNDERSCORES.zip"
1919
# install unzipper, install iptables and ipset
2020
sudo apt -q -y update || true; sudo apt -q -y install unzip iptables ipset firewalld || true;
2121
sudo yum -q -y update || true; sudo yum -q -y install unzip iptables ipset firewalld || true;
22-
sudo update-alternatives --set iptables /usr/sbin/iptables-legacy || true;
23-
sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true;
22+
#sudo update-alternatives --set iptables /usr/sbin/iptables-legacy || true;
23+
#sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true;
2424

2525
# make folder /opt/ipban
2626
sudo mkdir /opt/ipban -p; cd /opt/ipban;

0 commit comments

Comments
 (0)