This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.
# 安装iptables服务
yum install iptables-services vi -y
# 禁止上外网的脚本
chmod +x /usr/local/forbid-Internet.sh
# 恢复上外网的脚本
chmod +x /usr/local/allow-Internet.sh