All Projects → zjyl1994 → V2Switcher

zjyl1994 / V2Switcher

Licence: GPL-3.0 license
极简V2Ray配置切换器,拯救多线用户

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to V2Switcher

Freess
免费机场
Stars: ✭ 228 (+850%)
Mutual labels:  v2ray
LibAtem
Blackmagic Atem client for .Net Core
Stars: ✭ 45 (+87.5%)
Mutual labels:  switcher
AdBlock-Acceleration
Accelerated subscription for international/China region ad filtering rules(国际/中国地区广告过滤规则的加速订阅)
Stars: ✭ 327 (+1262.5%)
Mutual labels:  v2ray
Winxray
Xray / V2Ray( vmess/vless )、Shadowsocks、Trojan 通用客户端(Windows),可自动维持稳定上网 - 代理服务器异常自动切换,并提供一键部署代理服务端工具,使用 aardio 编写,绿色便携版免安装仅740KB、不需要.Net等外部运行库。
Stars: ✭ 241 (+904.17%)
Mutual labels:  v2ray
UnitySceneSwitcher
Editor extension for quick scene switching.
Stars: ✭ 38 (+58.33%)
Mutual labels:  switcher
SCXcodeTabSwitcher
Enables changing Xcode tabs using the ⌘cmd + [1..9] keys
Stars: ✭ 42 (+75%)
Mutual labels:  switcher
Proxysu
Xray,V2ray,Trojan,NaiveProxy, Trojan-Go, ShadowsocksR(SSR),Shadowsocks-libev及相关插件,MTProto+TLS 一键安装工具,windows下用(一键科学上网)
Stars: ✭ 3,309 (+13687.5%)
Mutual labels:  v2ray
v2ray-deb
v2ray debian/ubuntu安装包
Stars: ✭ 143 (+495.83%)
Mutual labels:  v2ray
kyo-rs
The next generation of kyo, a fully featured and modern osu! server switcher
Stars: ✭ 14 (-41.67%)
Mutual labels:  switcher
xconfigure
High-Performance configuration patterns and recipes.
Stars: ✭ 42 (+75%)
Mutual labels:  configure
Baiyue onekey
佰阅部落一键脚本合集工具箱,集合25+优质开源项目,一步到位,全程中文交互提示,不懂代码也可以轻松搭建很多程序
Stars: ✭ 246 (+925%)
Mutual labels:  v2ray
android-gcc-toolchain
Enable you to use NDK's standalone toolchain easily, quickly and magically for cross-compile
Stars: ✭ 49 (+104.17%)
Mutual labels:  switcher
OpenAmigaMouseTrigger
Control Amiga add-on boards through mouse buttons
Stars: ✭ 21 (-12.5%)
Mutual labels:  switcher
Freedom
一个小白对于科学上网的一些切身感受的整理,自己捋思路,同时也为方便他人。发现错误的地方欢迎斧正。顺便也会不断整理一些实用资源及工具。
Stars: ✭ 236 (+883.33%)
Mutual labels:  v2ray
iran-hosted-domains
"Iran Hosted Domains" is a comprehensive list of Iranian domains and services that are hosted within the country.
Stars: ✭ 182 (+658.33%)
Mutual labels:  v2ray
V2ray
最好用的 V2Ray 一键安装脚本 & 管理脚本
Stars: ✭ 15,152 (+63033.33%)
Mutual labels:  v2ray
nginx-obs-automatic-low-bitrate-switching
Simple app to automatically switch scenes in OBS based on the current bitrate fetched from the NGINX stats page.
Stars: ✭ 167 (+595.83%)
Mutual labels:  switcher
ACRay
AnyConnect With V2Ray
Stars: ✭ 29 (+20.83%)
Mutual labels:  v2ray
SubCrawler
节点爬取,筛选, google ping,支持Clash,base64订阅解析,生成可用的ss, ssr, v2ray, trojan,vless节点. (若不进行二次开发,请不要fork)
Stars: ✭ 686 (+2758.33%)
Mutual labels:  v2ray
homebridge-automation-switches
A flexible automation switch for Homebridge: https://github.com/nfarina/homebridge
Stars: ✭ 96 (+300%)
Mutual labels:  switcher

V2Switcher

极简V2Ray配置切换器

V2Ray的Windows客户端实在是太糟糕了,直接用Core还不方便,尤其是你有很多线路的时候。

所以我写了这个切换器方便自己也方便各位使用多条线路的dalao使用。

运行效果

开发环境

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

一个典型的例子

补充说明

  • 右键菜单中的配置名就是配置文件的文件名
  • 程序会读取Inbound中的Port组合成设置代理的字符串,务必保持该项存在。
  • 目前只支持V2Ray-Core开放出来的http代理设置,不支持socks。
  • 个人建议保持所有配置项的Inbound.Port一致,实测Chrome等浏览器换端口的话都不是实时生效,要卡一阵才能切到新代理地址。
  • 代理不能实时切换的问题已修复,增加了系统代理配置的刷新操作。
  • 本程序同时支持无界面的wv2ray和命令行窗口的v2ray,有wv2ray的情况下会优先使用无窗口的wv2ray
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].