Skip to content

Instantly share code, notes, and snippets.

@AntonOrlov
Last active July 5, 2023 10:29
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save AntonOrlov/3aa0c3f3672a9c84a3e99faed980385e to your computer and use it in GitHub Desktop.
Save AntonOrlov/3aa0c3f3672a9c84a3e99faed980385e to your computer and use it in GitHub Desktop.
3proxy installation script for CentOS 7.2.1511
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;
@SalimF
Copy link

SalimF commented Jul 20, 2022

I issued firewall-cmd as stated but the port arent shown in command

netstat -tuna

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment