Skip to content

Commit

Permalink
Update trojan_mult.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
atrandys committed Mar 23, 2020
1 parent 16a983b commit a2c9884
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trojan_mult.sh
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ if [ "$release" == "centos" ]; then
green "检测到firewalld开启状态,添加放行80/443端口规则"
firewall-cmd --zone=public --add-port=80/tcp --permanent
firewall-cmd --zone=public --add-port=443/tcp --permanent
firewall-cmd --reload
fi
rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm
elif [ "$release" == "ubuntu" ]; then
Expand Down

0 comments on commit a2c9884

Please sign in to comment.