socks5.sh 579 B

12345678910
  1. yum -y update && yum install -y wget && wget http://downloads.sourceforge.net/ss5/ss5-3.8.9-6.src.rpm && yum install gcc.x86_64 rpm-build.x86_64 openldap-devel.x86_64 pam-devel.x86_64 openssl-devel.x86_64 libgssapi-devel -y && rpmbuild --rebuild ss5-3.8.9-6.src.rpm && rpm -ivh rpmbuild/RPMS/x86_64/ss5-3.8.9-6.x86_64.rpm
  2. echo "auth 0.0.0.0/0 - -" >> /etc/opt/ss5/ss5.conf
  3. echo "permit - 0.0.0.0/0 - 0.0.0.0/0 - - - - -" >> /etc/opt/ss5/ss5.conf
  4. service iptables stop
  5. chkconfig iptables off
  6. service ss5 start
  7. rm -f sock5.sh
  8. echo "Install sukses bro. port di 1080"
  9. netstat -tulpn