Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tools.md : Added some commonly used clients now, adjusted the … #488

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 42 additions & 13 deletions docs/awesome/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,36 +9,65 @@
另有第三方的 UUID 生成器 [uuidgenerator.net](https://www.uuidgenerator.net)

## 第三方图形客户端
<Tool
url="https://github.com/2dust/v2rayN"
name="V2rayN"
:platforms="['win']"
description="【正在更新】V2RayN 是一个基于 V2Ray和Singbox等一系列内核的 Windows 客户端。"
/>

<Tool
url="https://github.com/Qv2ray/Qv2ray"
name="Qv2ray"
:platforms="['linux','win','mac']"
description="跨平台 V2Ray 客户端,支持 Linux、Windows、macOS,可通过插件系统支持 SSR / Trojan / Trojan-Go / NaiveProxy 等协议"
/>

<Tool
url="https://github.com/SagerNet/SagerNet"
name="SagerNet"
:platforms="['android']"
description="SagerNet 是一个基于 V2Ray 的 Android 通用代理应用。"
description="【正在更新】跨平台 V2Ray 客户端,支持 Linux、Windows、macOS,可通过插件系统支持 SSR / Trojan / Trojan-Go / NaiveProxy 等协议(可能停止更新)"
/>

<Tool
url="https://github.com/2dust/v2rayN"
name="V2rayN"
:platforms="['win']"
description="V2RayN 是一个基于 V2Ray 内核的 Windows 客户端。"
url="https://github.com/MatsuriDayo/nekoray"
name="nekoray"
:platforms="['linux','win','mac']"
description="【正在更新】支持SOCKS (4/4a/5),HTTP(S),Shadowsocks,VMess,VLESS,Trojan,TUIC,NaïveProxy ( Custom Core ),Hysteria2 ( Custom Core or sing-box ),Custom Outbound,Custom Config,Custom Core,v2ray Core"
/>

<Tool
url="https://github.com/v2rayA/v2rayA"
name="v2rayA"
:platforms="['linux','win','mac']"
description="基于 web GUI 的跨平台 V2Ray 客户端,在 Linux 上支持全局透明代理,其他平台上支持系统代理。"
description="【正在更新】基于 web GUI 的跨平台 V2Ray 客户端,在 Linux 上支持全局透明代理,其他平台上支持系统代理。"
/>
<Tool
url="https://github.com/yanue/V2rayU/tree/master"
name="v2rayU"
:platforms="['mac']"
description="【正在更新】MacOS平台的v2ray客户端 支持vmess,vless,ss,ssr协议,支持socks5协议,支持xlts"
/>
<Tool
url="https://github.com/dyhkwong/Exclave"
name="Exclave(SagerNet的分支版本)"
:platforms="['android']"
description="【正在更新】SagerNet 是一个基于 V2Ray 的 Android 通用代理应用。"
/>
<Tool
url="https://github.com/2dust/v2rayNG"
name="v2rayNG"
:platforms="['android']"
description="【正在更新】v2rayNG 是一个基于 Xray 的 Android 通用代理应用。"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was unable to verify this tool is open source. Please make sure this tool is open source and remove duplication.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure if v2flyNG is open source (it seems to just be v2rayNG with a different core), but v2rayNG is open source

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already removed v2flyNG because I couldn't determine if it's open-source, and added https://github.com/dyhkwong/Exclave to the tool list.

/>

Tool
url="https://github.com/netchx/netch"
name="netch"
:platforms="['win']"
description="【更新缓慢】以简洁为主的客户端,仅支持Windows,支持Socks5,Shadowsocks,ShadowsocksR,WireGuard,Trojan,VMess,VLESS协议"
/>

<Tool
url="https://github.com/SagerNet/SagerNet"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we could mention https://github.com/dyhkwong/Exclave which is still being updated and is a fork of Sagernet

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

好的,我马上更改

name="SagerNet官方版"
:platforms="['android']"
description="【已停止更新】SagerNet 是一个基于 V2Ray 的 Android 通用代理应用。"
/>

## 路由规则

Expand Down