pftbest / relay

simple tun vpn
2 stars 2 forks source link

May you Please add a readme #1

Open esumit opened 7 years ago

esumit commented 7 years ago

Thanks for writing the wonderful code, May you Please add a readme to use this !

pftbest commented 7 years ago

I'm glad that you like it, but I don't know if you would want to actually use it. It was designed to bypass network filter at my university campus. It was blocking most common vpn protocols like openvpn and ssh, so I wrote this code to scramble all my network packets, so they look like random data, and it was enough to bypass the DPI. Thats why it is using very weak encryption (54bit DES), and you need to manually setup network interfaces and assign IP adresses, because I was too lazy to do it in the code.

esumit commented 7 years ago

Ohh Got it ! Your response is the readme :-), Thanks for your immediate response.

pftbest commented 7 years ago

I will add a proper readme later.

esumit commented 7 years ago

It would be great 👍 👍