Last active
July 5, 2023 10:29
-
-
Save antonorlov/3aa0c3f3672a9c84a3e99faed980385e to your computer and use it in GitHub Desktop.
3proxy installation script for CentOS 7.2.1511
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yum install 3proxy; | |
curl https://gist.githubusercontent.com/AntonOrlov/a70aeed276d35dc9d77060b0a6c167ed/raw -o /etc/3proxy.cfg; | |
chmod 644 /etc/3proxy.cfg; | |
firewall-cmd --zone=public --add-port=8080/tcp --permanent | |
firewall-cmd --zone=public --add-port=9000/tcp --permanent | |
systemctl enable 3proxy.service; | |
systemctl restart 3proxy.service; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I issued
firewall-cmd
as stated but the port arent shown in commandnetstat -tuna