|
|
@@ -113,6 +113,10 @@ bash ${WORKDIR}/boot_iptables.sh
|
|
|
bash ${WORKDIR}/boot_ifconfig.sh
|
|
|
ulimit -n 10048
|
|
|
service 3proxy start
|
|
|
+
|
|
|
+systemctl stop firewalld
|
|
|
+systemctl disable firewalld
|
|
|
+systemctl disable firewalld.service
|
|
|
EOF
|
|
|
|
|
|
chmod +x ${WORKDIR}/boot_*.sh /etc/rc.local
|