Update env.sh

master
呓喵酱 4 years ago committed by GitHub
parent 4a8d17a189
commit 50e15e5cec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      env.sh

@ -74,7 +74,7 @@ systemctl disable firewalld
sed -i s/SELINUX=enforcing/SELINUX=disabled/g /etc/selinux/config
yum install iptables-services iptables-devel -y
systemctl start iptables
systemctl enable ipdables
systemctl enable iptables
iptables -A OUTPUT -j ACCEPT
iptables -A INPUT -j REJECT
iptables -A FORWARD -j REJECT

Loading…
Cancel
Save