/shadowvpn-win

Shadowvpn client for Windows

Primary LanguageBatchfileGNU General Public License v2.0GPL-2.0

shadowvpn-win

shadowvpn-win is a simple way to run shadowvpn client on windows, you can also build .exe package to be more convenient.

It is a port of ShadowVPN created by @clowwindy

Features

  • Support chnroutes to split traffic

  • Adding thousands of route tables only takes a few seconds

Usage

  • Before running ShadowVPN, You need to install the TUN/TAP driver first:
  • After installation, rename the new interface to 'Tun'

  • Download zip file of source code and decompress

  • Configure 'client.conf', for more information, look through the this file

  • Just double click 'start_vpn.bat' or run this in cmd:

shadowvpn.exe -c client.conf
  • By default shadowvpn runs in chnroutes mode,you can turn back to global mode by editing 'client_up.bat':
SET chnroutes="false"
  • You can also update the chnroutes file by editing .txt files.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

You should have received a copy of the GNU General Public License along with this program. If not, see GNU