centos下安装3proxy
1.安装epel
1 | rpm -Uvh http://mirrors.sohu.com/fedora-epel/5Server/x86_64/epel-release-5-4.noarch.rpm |
2.安装3proxy
1 | yum install 3proxy -y |
3.修改配置文件
1 | vim /etc/3proxy.cfg |
替换以下内容:
1 | users test:CL:test |
4.启动
1 | /etc/rc.d/init.d/3proxy restart |
1.安装epel
1 | rpm -Uvh http://mirrors.sohu.com/fedora-epel/5Server/x86_64/epel-release-5-4.noarch.rpm |
2.安装3proxy
1 | yum install 3proxy -y |
3.修改配置文件
1 | vim /etc/3proxy.cfg |
替换以下内容:
1 | users test:CL:test |
4.启动
1 | /etc/rc.d/init.d/3proxy restart |