Script Auto Install BadVPN on CentOS 6 32 and 64 Bit - Tested Work

Just another share, this script actually combined from several sources, especially my friend Eko and Miko. Cheers dude



Let begin :

1. Login to Your VPS using ROOT access

then get this :

yum -y install wget
(ignore if u already have wget installed on your server)

2. Take the script


wget http://drop.groundworlds.tk/file/badvpn.sh
chmod +x badvpn.sh
./badvpn.sh

3. DONE !!

check if its work or not by typing

ps ax




if u saw those line above at the picture, then u are ready to go

what inside the script ?
---------------------------
wget -P /usr/bin http://drop.groundworlds.tk/file/badvpn-udpgw
yum -y install screen
sed -i '$ iscreen -AmdS badvpn badvpn-udpgw --listen-addr 127.0.0.1:7300' /etc/rc.local
sed -i '$ iscreen -AmdS badvpn badvpn-udpgw --listen-addr 127.0.0.1:7300' /etc/rc.d/rc.local
chmod +x /usr/bin/badvpn-udpgw
screen -AmdS badvpn badvpn-udpgw --listen-addr 127.0.0.1:7300

Subscribe to receive free email updates:

0 Response to "Script Auto Install BadVPN on CentOS 6 32 and 64 Bit - Tested Work"

Post a Comment