Release 1.3.0: Hysteria2 BBR/Salamander/masquerade options and subscription URL import.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Navis
2026-07-28 07:26:17 +03:00
co-authored by Cursor
parent 7eaf53f7c2
commit 5d2cb6d76a
18 changed files with 807 additions and 52 deletions
+15
View File
@@ -2,6 +2,7 @@
"active": "naive-main",
"system_proxy": true,
"bin_dir": "bin",
"subscription_url": "",
"profiles": [
{
"name": "naive-main",
@@ -11,6 +12,20 @@
"socks://127.0.0.1:1080",
"http://127.0.0.1:1081"
]
},
{
"name": "hy2-example",
"protocol": "hysteria2",
"proxy": "",
"hy2_congestion": "bbr",
"hy2_bbr_profile": "standard",
"hy2_obfs": "salamander",
"hy2_obfs_password": "",
"hy2_sni": "",
"listen": [
"socks://127.0.0.1:1080",
"http://127.0.0.1:1081"
]
}
]
}