-
Notifications
You must be signed in to change notification settings - Fork 691
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
V4.3 文件拖放现在支持了二维码图片的节点识别;传输现在添加了grpc!
- Loading branch information
Showing
16 changed files
with
73 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
WinXray V4.2 修复文件拖拽解析节点后空白的BUG! | ||
WinXray V4.3 文件拖放现在支持了二维码图片的节点识别;传输现在添加了grpc! | ||
|
||
导语: | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
https://github.com/XTLS/Xray-core/blob/main/LICENSE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// 号开头为注释行。 | ||
// 本文件用于指定默认服务器列表。 | ||
// 本文件可以直接输入json格式的服务器数组( 服务器可以使用subscribeUrl字段指定订阅源地址,可以指定"autoConnect":false字段禁止自动连接 ) | ||
// 也可以每行一个 vless://、vmess://、trojan、trojan-go、ss:// 等分享链接 | ||
[ | ||
{ | ||
"address":"服务器地址", | ||
"port":443, // 服务器端口 | ||
"id":"UUID或密码", // v2ray就指定UUID,shadowsocks在这里指定密码 | ||
"network":"tcp", // 网络协议可以改为 "tcp", "ws" 等 | ||
"security":"none", // 加密方法,vmess 默认为 auto, vless 默认为 none, shadowsocks也可以在这里指定加密方法,例如:"aes-256-gcm", | ||
"protocol":"vless", // 协议可以更换为 "vless","vmess","shadowsocks","trojan","trojan-go" 等 | ||
"host":"伪装主机域名", // 例如ws协议通过这个指定HTTP头里的host字段。 | ||
"sni":"TLS域名", // 不指定使用host的值,如果host也没指定就使用 address的值 | ||
"tls":"xtls", // 可以不写,值可以指定为 "","tls","xtls" 等 | ||
"flow":"流控", // xtls需要用到的字段,可以不指定使用默认值 "xtls-rprx-direct" | ||
"ps":"描述文本" | ||
} | ||
] |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"description":"V4.2 修复文件拖拽解析节点后空白的BUG!", | ||
"description":"V4.3 文件拖放现在支持了二维码图片的节点识别;传输现在添加了grpc!", | ||
"format":".lzma", | ||
"main":"\\WinXray.exe", | ||
"updater":"\\WinXray.exe", | ||
"url":"https://raw.githubusercontent.com/TheMRLL/winxray/main/release/update/", | ||
"version":"4.2" | ||
"version":"4.3" | ||
} |