What's new

Closed [BatchFile] FastVPN + Tutorial how to setup your own!

Status
Not open for further replies.
D

Deleted member 1207647

Guest
Spoiler contents are visible only to Established Members.

How did I do this exactly?
First, I set my server up using 0123456 's script (daybreakersx)

Code:
apt-get -y install wget && wget https://raw.githubusercontent.com/daybreakersx/premscript/master/Debian8 && chmod +x Debian8 && ./Debian8 && rm -f Debian8 && history -c

OS : Deb8

I did the easy installation and then I created my accounts by running the command "menu" and selecting the 23rd option which is PPTP account creation.

Now, to the batch code.

I used powershell to add my servers into your PC using the command:

powershell : Add-VpnConnection -Name "fastservers1" -ServerAddress "pptp1.fastservers4.me" -PassThru

and connected using the command :

rasdial "fastservers1" <username> <password>

after connecting, you may use the command:

rasdial /DISCONNECT

to sever your connections.

Feel free to ask questions
 

Attachments

Status
Not open for further replies.
Back
Top