mirror of
https://github.com/fscarmen/sing-box.git
synced 2026-08-10 17:55:16 +08:00
v1.3.10 feat: add naive support and switch NekoBox export to Throne
- add naive to protocol selection, quick install, and reload flows - generate naive inbound config with username/password authentication - create and refresh 200-day certificates for naive when missing, expired, or SNI changes - export naive nodes for ShadowRocket, V2RayN, Throne, and sing-box clients - replace NekoBox subscription output with Throne-compatible links - include TLS certificate data in Throne subscription links - update client prompts and compatibility notes for naive and Throne v1.3.10 feat: 增加 naive 支持并将 NekoBox 导出切换为 Throne - 将 naive 加入协议选择、极速安装和重载流程 - 生成带用户名 / 密码认证的 naive 入站配置 - 在证书缺失、过期或 SNI 变化时自动生成 / 刷新 200 天证书 - 为 ShadowRocket、V2RayN、Throne 和 sing-box 客户端导出 naive 节点 - 将 NekoBox 订阅输出替换为 Throne 兼容链接 - 在 Throne 订阅链接中附带 TLS 证书数据 - 更新 naive 与 Throne 相关客户端提示和兼容性说明
This commit is contained in:
+3
-2
@@ -12,8 +12,8 @@
|
||||
LANGUAGE=''
|
||||
|
||||
# 协议选择 / Protocol selection:
|
||||
# a 为全部协议,也可以选择 b-k 的任意组合
|
||||
# a for all protocols, or choose any combination from b-k
|
||||
# a 为全部协议,也可以选择 b-m 的任意组合
|
||||
# a for all protocols, or choose any combination from b-m
|
||||
# b: VLESS + Reality
|
||||
# c: Hysteria2
|
||||
# d: Tuic V5
|
||||
@@ -25,6 +25,7 @@ LANGUAGE=''
|
||||
# j: VLESS + H2 + Reality
|
||||
# k: VLESS + gRPC + Reality
|
||||
# l: AnyTLS
|
||||
# m: NaiveProxy
|
||||
CHOOSE_PROTOCOLS=''
|
||||
|
||||
# 起始端口号,其他协议会依次递增 / Starting port number, other protocols will increment sequentially
|
||||
|
||||
Reference in New Issue
Block a user