Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zjyl1994 authored Nov 12, 2017
1 parent 585873a commit e0791be
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# V2Switcher
极简V2Ray配置切换器

![运行效果](https://i.loli.net/2017/11/12/5a07f18482120.jpg)

## 开发环境
VisualStudio 2017 + .Net Framework 4.5.2

## 如何运行
如果你是Windows10用户可以下载已编译好的版本,如果是其他平台用户安装.Net4.5.2后应该也可以使用已编译版本。
其他平台可以自己重新编译合适的版本。

确保你的文件夹下有如下文件:
1. V2Switcher.exe(程序本体)
2. Newtonsoft.Json.dll(JSON格式支持库)
3. v2ray.exe或wv2ray.exe
4. 至少一个v2ray的配置文件json

![一个典型的例子](https://i.loli.net/2017/11/12/5a07f31c3a0fc.jpg)

## 补充说明
1. 右键菜单中的配置名就是配置文件的文件名
2. 程序会读取Inbound中的Port组合成设置代理的字符串,务必保持该项存在。
3. 目前只支持V2Ray-Core开放出来的http代理设置,不支持socks。
4. 个人建议保持所有配置项的Inbound.Port一致,实测Chrome等浏览器换端口的话都不是实时生效,要卡一阵才能切到新代理地址。

0 comments on commit e0791be

Please sign in to comment.