Commit Graph

87 Commits

Author SHA1 Message Date
coolsnowwolf
fc4f05659b ssr-rules: enable HTTP Over QUIC in udp mode 2023-04-25 04:15:14 +08:00
coolsnowwolf
de41038490 luci-app-ssr-plus: set default wan dns for chinadns-ng 2023-04-12 20:56:09 +08:00
sbwml
8d2fcefe66 luci-app-ssr-plus: add Xray_Plugin 2023-03-26 19:29:49 +08:00
Tianling Shen
f804aa51eb luci-app-ssr-plus: support vless reality share link
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-03-26 05:38:47 +08:00
Tianling Shen
c8815f1f78 luci-app-ssr-plus: client-config: fix typo error
Fixes: #1151

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-03-22 23:55:15 +08:00
Tianling Shen
29b1660a2a luci-app-ssr-plus: remove support for sagerner-core
It's deprecated by the upstream.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-03-22 23:55:11 +08:00
SaFi-wi
a4265a0332 luci-app-ssr-plus: add lazy_start support for hysteria 2023-03-20 19:08:07 +08:00
Tianling Shen
48cffe8b66 luci-app-ssr-plus: subscribe: fix parse vmess link
Fixes: #1127

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-03-20 19:07:34 +08:00
zihelyu
1f35af01e3 luci-app-ssr-plus: gen_config: generate flow for REALITY
Signed-off-by: zihelyu <zihelyu@dawnwl.com>
2023-03-15 03:46:49 +08:00
Tianling Shen
5c6cfc059e luci-app-ssr-plus: add REALITY support
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-03-15 03:46:29 +08:00
Tianling Shen
fd8c26b831 luci-app-ssr-plus: remove legacy XTLS support
Removed in Xray-core 1.8.0.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-03-15 03:46:22 +08:00
Mattraks
62a6f3c09e luci-app-ssr-plus: ssrurl: fix parse tls sni for vmess link
Fixes: #1127

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-03-15 03:44:50 +08:00
Howe Huang
905e0a60ef Update subscribe.lua
Fix missing `tls_flow` when using new config of flow='xtls-rprx-vision' and security='tls'
2023-02-27 00:17:07 +08:00
Tianling Shen
a11dc42305 luci-app-ssr-plus: update cn&gfw lists
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-02-12 06:17:43 +08:00
Tianling Shen
6591f40b88 luci-app-ssr-plus: advanced: add china-operator-ip to chnroute list
Closes: #1099

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-02-12 06:14:14 +08:00
Tianling Shen
b645fd74d9 luci-app-ssr-plus: client-config: fix typo error
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-02-12 06:14:10 +08:00
Tianling Shen
b1d695f5a9 luci-app-ssr-plus: fix fingerprint settings
Fixes: #1107

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-02-09 23:30:49 +08:00
sbwml
2ea7175be2 luci-app-ssr-plus: fix xray fingerprint
* xray 1.7.3 TLS配置不再支持 fingerprint: disable 参数
2023-02-07 23:17:51 +08:00
Tianling Shen
b575b0cc47 luci-app-ssr-plus: disable udp support for tuic
ipt2socks cannot handle udp reply from tuic.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-02-07 23:17:42 +08:00
Tianling Shen
0f1373a7e9 luci-app-ssr-plus: add tuic support
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-02-07 23:17:35 +08:00
Tianling Shen
ec1baf3e02 luci-app-ssr-plus: subscribe: allow underscore in domain
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-01-04 06:22:28 +08:00
Tianling Shen
e7875f0082 luci-app-ssr-plus: fix parsing subscriptions from some shitty panel
Fixes: #1078

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-01-04 06:22:09 +08:00
Tianling Shen
651e7ff694 luci-app-ssr-plus: fix typo errors
`Severs` -> `Servers`.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-12-24 23:09:12 +08:00
Tianling Shen
43d6fcd02f luci-app-ssr-plus: add alpn settings
Fixes: #973

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-12-09 03:48:29 +08:00
Tianling Shen
0dcd76cb3b luci-app-ssr-plus: update translation
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-12-03 13:15:16 +08:00
Tianling Shen
8f1067a9a8 luci-app-ssr-plus: use dnsmasq options for chinadns-ng
Avoid hacking uci configs.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-12-03 13:15:10 +08:00
Tianling Shen
cc9e95eb5b luci-app-ssr-plus: fix resolve host when chinadns-ng is enabled
Fixes: #1007

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-12-02 14:18:38 +08:00
Tianling Shen
545b213a1e luci-app-ssr-plus: switch to Xray's WireGuard implementation
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-12-01 15:55:24 +08:00
hecheng337
23c478ac1e luci-app-ssr-plus: limit tls_flow to tcp transport
Signed-off-by: He Cheng <57560866+hecheng337@users.noreply.github.com>
2022-12-01 02:56:46 +08:00
qianxu2001
9f58ff384c luci-app-ssr-plus: update Simplified Chinese translation
强迫症
2022-11-30 13:20:54 +08:00
qianxu2001
0ee2aead11 luci-app-ssr-plus: support Hysteria Fast Open
Fast Open can shave off one RTT for every connection at the cost of the correct semantics of SOCKS5/HTTP/TUN protocols. When enabled, the client will always accept a connection immediately without confirming with the server that its destination is reachable. If the server then fails to connect or rejects the connection, the client will just close it without sending any data.
2022-11-30 13:20:48 +08:00
Bard
7401ea03c2
Update Makefile 2022-11-15 13:20:08 +08:00
Tianling Shen
c33455a71e luci-app-ssr-plus: use xray by default
v2ray-core still has poor tproxy support.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-11-09 21:24:50 +08:00
HQ Ong
71d49a58ea Fix typo 2022-11-09 21:21:32 +08:00
Tianling Shen
0238d1d22e luci-app-ssr-plus: hide tls flow for v2ray-core
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-11-09 21:21:26 +08:00
Tianling Shen
73b39185aa luci-app-ssr-plus: support Xray TLS flow
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-11-09 21:21:15 +08:00
Tianling Shen
23e3d49d74 luci-app-ssr-plus: allow custom fingerprints with XTLS
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-11-09 21:21:10 +08:00
sbwml
ce1cb3f5b3 luci-app-ssr-plus: build shadowsocks-rust by default 2022-10-30 00:43:46 +08:00
Bard
46d0837441
Update Makefile 2022-10-29 18:48:51 +08:00
Bard
26fc52624d
Update shadowsocksr 2022-10-29 01:53:43 +08:00
Bard
84fa809f77
Update Makefile 2022-10-28 23:04:35 +08:00
Tianling Shen
c05feeff71 luci-app-ssr-plus: ssrurl: use standard URL scheme to parse trojan link
Fixes: #1008

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-10-28 22:45:18 +08:00
Tianling Shen
36c6f02c75 luci-app-ssr-plus: fix kill subprocesses
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-10-28 22:45:07 +08:00
Tianling Shen
c86e5d84b0 luci-app-ssr-plus: add chinadns-ng support
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-10-25 00:08:54 +08:00
sbwml
a03ce7441c luci-app-ssr-plus: ws: Add enable early data option 2022-09-21 15:44:40 +08:00
Tianling Shen
eabddbec6d luci-app-ssr-plus: ssrurl: fix import hysteria uri
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-09-13 08:40:25 +08:00
sbwml
e212c3501d update def rules 2022-09-06 20:40:24 +08:00
Tianling Shen
abb117d64e luci-app-ssr-plus: remove sing protocol
Sing protocol should be used with sing-box.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-09-06 15:04:54 +08:00
Tianling Shen
f0045b02a2 luci-app-ssr-plus: fix typo error
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-09-01 22:12:52 +08:00
Tianling Shen
0a60670f50 luci-app-ssr-plus: improve ss selection
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-09-01 22:12:44 +08:00