wwqgtxx
39eda257a7
chore: replace zhangyunhao116/fastrand to our metacubex/randv2
2024-05-31 13:07:48 +08:00
wwqgtxx
87877d1b80
fix: don't ignore http.NewRequest's error
2024-05-15 13:53:18 +08:00
落心
0b4662e4b7
fixed: invalid argument to Intn ( #1133 )
2024-03-26 14:19:33 +08:00
Skyxim
0619c75276
fix: url format error when host is IPv6
...
[Bug] 使用IPV6地址+vmess+http伪装的配置引起内核panic MetaCubeX/mihomo#1063
2024-02-26 06:05:06 +00:00
wwqgtxx
f16ebf9bfe
chore: add leading slash to ws-path
2023-12-18 23:22:50 +08:00
wwqgtxx
f572e7fba8
fix: avoid gobwas/ws pbytes.GetLen panic
2023-12-06 12:02:50 +08:00
wwqgtxx
599ce784d2
chore: simplify fast open code
2023-11-30 20:16:55 +08:00
H1JK
5f7053c519
feat: Add v2ray httpupgrade fast open support
2023-11-24 13:02:00 +08:00
wwqgtxx
832dae3421
chore: direct append data to bufio.Reader's internal buffer as much as possible
2023-11-09 22:19:29 +08:00
wwqgtxx
fe7c1a2cdb
chore: using wk8/go-ordered-map/v2 replace internal StringMapSlice
2023-11-09 08:47:44 +08:00
wwqgtxx
17c9d507be
chore: hello mihomo
2023-11-03 21:58:21 +08:00
wwqgtxx
8c3557e96b
chore: support v2ray http upgrade server too
2023-11-03 13:58:53 +08:00
wwqgtxx
228990472d
fix: avoid tls panic
2023-11-03 12:04:22 +08:00
wwqgtxx
665ba7f9f1
chore: do websocket client upgrade directly instead of gobwas/ws
2023-11-03 11:50:25 +08:00
wwqgtxx
885ee7a820
fix: v2ray http upgrade Hosts
header not working
2023-11-03 11:50:25 +08:00
wwqgtxx
5bfe7ba169
chore: better tls handshake
2023-11-02 11:22:01 +08:00
wwqgtxx
ceac5bfaa4
feat: add v2ray-http-upgrade
support
2023-11-02 11:11:35 +08:00
wwqgtxx
b0638cfc49
chore: better bufio.Reader warp
2023-11-02 11:11:35 +08:00
wwqgtxx
11ed4a56bd
chore: code cleanup
2023-10-17 12:46:41 +08:00
sduoduo233
9f530525d7
fix: method in vmess http-opts is not used
2023-10-16 09:16:36 +08:00
wwqgtxx
791ecfbb32
feat: add ws-path
to vmess listener
2023-10-08 07:26:28 +08:00
wwqgtxx
5ff4473083
chore: migrate from gorilla/websocket to gobwas/ws
2023-10-06 17:44:36 +08:00
wwqgtxx
d48f9c2a6c
chore: rebuild ca parsing
2023-09-22 14:45:34 +08:00
wwqgtxx
033f902ace
chore: more context passing in outbounds
2023-05-18 13:15:08 +08:00
wwqgtxx
47df97322d
fix: h2 close panic
2023-04-17 23:42:15 +08:00
wwqgtxx
4a0d097fe9
fix: ensure StreamWebsocketConn call N.NewDeadlineConn
2023-04-17 00:23:12 +08:00
wwqgtxx
8e8cddf462
chore: Update dependencies
2023-04-09 15:40:17 +08:00
H1JK
ae722bb1a0
chore: Add early bounds checks
2023-04-05 13:51:50 +08:00
H1JK
76a8fe3839
feat: Support REALITY protocol
2023-03-08 17:18:46 +08:00
wwqgtxx
6a97ab9ecb
chore: use fastrand to replace math/rand
2023-03-06 18:10:14 +08:00
wwqgtxx
c1199f1a8a
chore: add early conn interface to decrease unneeded write
2023-02-27 00:26:49 +08:00
wwqgtxx
b9e63d3f7d
fix: ensure return a nil interface not an interface with nil value
2023-02-18 14:16:03 +08:00
wwqgtxx
cc3a9dd553
fix: websocket headroom
2023-02-18 13:58:08 +08:00
wwqgtxx
db54b438e6
chore: do not use extra pointer in UClient
2023-02-07 17:51:37 +08:00
Larvan2
967254d9ca
chore: move global-utls-client snippets to components\tls
2023-02-07 17:24:14 +08:00
Larvan2
05ca819823
feat: add global-client-fingerprint.
...
* Available: "chrome","firefox","safari","ios","random","none".
* global-client-fingerprint will NOT overwrite the proxy's client-fingerprint setting when "client-fingerprint: none".
2023-02-07 01:26:56 +08:00
Larvan2
4c25f5e73b
feat: Update utls support.
...
* client-fingerprint is used to apply Utls for modifying ClientHello, it accepts "chrome","firefox","safari","ios","random" options.
* Utls is currently support TLS transport in TCP/grpc/WS/HTTP for VLESS/Vmess and trojan.
2023-02-05 17:34:37 +08:00
Larvan2
2ee0f634e6
feat: Add utls for modifying client's fingerprint.
...
Currently only support TLS transport in TCP/GRPC/WS/HTTP for VLESS/Vmess and trojan-grpc.
2023-02-01 22:36:05 +08:00
wwqgtxx
4e4d741075
chore: code cleanup
2023-01-16 12:11:34 +08:00
H1JK
bec66e9e69
adjust: Improve WebSocket mask
2023-01-16 11:42:10 +08:00
wwqgtxx
50832aab47
chore: decrease direct depend on the sing package
2023-01-16 10:50:31 +08:00
H1JK
d1565bb46f
refactor: Implement extended IO
2023-01-16 09:42:03 +08:00
Skyxim
b6b6413d04
refactor: replace experimental.fingerprints with custom-certificates and Change the fingerprint verification logic to SSL pinning
2023-01-14 21:08:06 +08:00
3andero
804cff8c55
fix: skip-cert-verify is true by default ( #333 )
...
* fix: skip-cert-verify is true by default
* fix: format
* fix: typo
Co-authored-by: 3andero <3andero@github.com>
Co-authored-by: Hellojack <106379370+H1JK@users.noreply.github.com>
2023-01-13 09:55:01 +08:00
wwqgtxx
dc3e144b6a
Merge branch 'dev' of https://github.com/Dreamacro/clash into Alpha
2022-11-12 20:43:48 +08:00
Skyxim
a8ce283727
feat: add fingerprint param
2022-07-11 13:42:28 +08:00
Skyxim
ab8e9e7d7a
fix: skip-cert-verify not work
2022-07-11 12:37:27 +08:00
Skyxim
fef9f95e65
feat: add fingerprint for tls verify
2022-07-10 20:44:24 +08:00
LJea
f0952b55d0
Fix: query string parse on ws-opts
( #2213 )
2022-07-10 14:56:34 +08:00
Skyxim
a95d439852
chore: the uuid-map is transferred to the protocol
2022-05-06 13:28:09 +08:00