Commit Graph

2122 Commits

Author SHA1 Message Date
gVisor bot
656225bf3a fix: incorrect time to set interface name 2023-02-22 21:08:08 +08:00
gVisor bot
a3a668c429 chore: code cleanup 2023-02-22 19:43:32 +08:00
gVisor bot
00ffd60aef chore: Update dependencies 2023-02-22 19:35:43 +08:00
gVisor bot
331744e5e3 fix: add "dns resolve failed" error in dialer 2023-02-22 19:14:11 +08:00
gVisor bot
e063925518 chore: better windows bind error handle 2023-02-22 13:41:33 +08:00
gVisor bot
a694155b20 chore: using sing-shadowtls to support shadowtls v1/2/3 2023-02-21 21:58:37 +08:00
gVisor bot
04e6177a01 feat: add sni field for tuic 2023-02-19 16:20:30 +08:00
gVisor bot
5b22884f6d chore: reset tunName in macos when it isn't startWith "utun" 2023-02-19 10:10:27 +08:00
gVisor bot
c75d75c982 chore: combine workflows 2023-02-19 01:23:06 +08:00
gVisor bot
3c6c622c85 fix: socks5 serialize error #376 2023-02-18 17:18:58 +08:00
gVisor bot
2a259ef8e7 fix: disable header protection in vmess server 2023-02-18 16:42:54 +08:00
gVisor bot
70538347b8 fix: ensure return a nil interface not an interface with nil value 2023-02-18 14:16:03 +08:00
gVisor bot
63510ea0cf fix: websocket headroom 2023-02-18 13:58:08 +08:00
gVisor bot
71a8982768 chore: Considering remove GOAMD64=v2 of linux-amd64-compatible
close https://github.com/MetaCubeX/Clash.Meta/issues/391
2023-02-18 13:32:26 +08:00
gVisor bot
aa9da5dcb0 chore: cleanup natTable's api 2023-02-18 13:16:07 +08:00
gVisor bot
00f554fad3 fix: parsing ipv6 doh error 2023-02-17 23:30:38 +08:00
gVisor bot
22d25db573 style: run go fmt on every .go file (#392) 2023-02-17 16:31:37 +08:00
gVisor bot
e23763c71a feat: introduce a new robust approach to handle tproxy udp. (#389) 2023-02-17 16:31:15 +08:00
gVisor bot
789235df49 fix: RoundRobin strategy of load balance when called multiple times (#390) 2023-02-17 16:31:00 +08:00
gVisor bot
f723300ff5 chore: add log 2023-02-17 13:48:29 +08:00
gVisor bot
4a5857ab94 fix issue #357.
Copy from upstream.
2023-02-16 21:14:27 +08:00
gVisor bot
7547256d0f chore: better log time 2023-02-15 22:39:28 +08:00
gVisor bot
b4862b7124 fix: avoid modifying the request message id 2023-02-14 21:09:37 +08:00
gVisor bot
7d50bea4d2 chore: Allow 0-RTT in Tuic server
refers to: https://github.com/quic-go/quic-go/pull/3635
2023-02-13 23:52:15 +08:00
gVisor bot
100f193a6a fix: tun udp with 4in6 ip 2023-02-13 22:06:09 +08:00
gVisor bot
7119a8426c chore: update gvisor 2023-02-13 20:50:11 +08:00
gVisor bot
38fe64d6b8 chore: support golang1.20's dialer.ControlContext 2023-02-13 11:14:19 +08:00
gVisor bot
28770ca5dc chore: better bind in windows 2023-02-13 10:14:59 +08:00
gVisor bot
8b3df01cc4 feat: Converter support uTLS fingerprint field 2023-02-11 16:40:01 +08:00
gVisor bot
2e183fb53f fix: VLESS handshake write 2023-02-11 15:13:17 +08:00
gVisor bot
7021dc1878 chore: setting sniffHost value 2023-02-10 13:01:53 +08:00
gVisor bot
51cbc532db fix: missing sniffhost field in RESTful API 2023-02-10 12:48:02 +08:00
gVisor bot
a3688b1a08 feat: Attempts to send request with first payload on VLESS 2023-02-10 10:03:37 +08:00
gVisor bot
0b2d891a37 chore: update tfo-go for golang1.20 2023-02-08 13:10:44 +08:00
gVisor bot
86fe3c1f24 chore: adjust log 2023-02-07 21:29:40 +08:00
gVisor bot
7818213bc8 chore: avoid repeated wrapper 2023-02-07 21:29:40 +08:00
gVisor bot
ce0f69d6ed chore: do not use extra pointer in UClient 2023-02-07 17:51:37 +08:00
gVisor bot
57279cd971 chore: move global-utls-client snippets to components\tls 2023-02-07 17:24:14 +08:00
gVisor bot
b19601fc69 fix: sniff domain don't match geosite when override-destination value is false 2023-02-07 15:59:44 +08:00
gVisor bot
d22b047fa9 chore: update sing-vmess 2023-02-07 15:10:36 +08:00
gVisor bot
0d89b6e7ec chore: update docs/config.yml 2023-02-07 13:19:19 +08:00
gVisor bot
5cab8afec7 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
gVisor bot
601a40d068 chore: override-destination default value is true 2023-02-06 17:48:49 +08:00
gVisor bot
3d143d0b91 Update README.md 2023-02-05 23:36:08 +08:00
gVisor bot
4d33fb9848 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
gVisor bot
d9d2ea41c0 fix: Converter Shadowsocks password parse 2023-02-04 16:58:17 +08:00
gVisor bot
ebadcef8a5 chore: add nameserver-policy demo 2023-02-03 21:41:26 +08:00
gVisor bot
4055f72f48 feat: nameserver policy support multiple server 2023-02-03 21:40:05 +08:00
gVisor bot
41e1506153 fix: tuic listener config name 2023-02-02 21:48:20 +08:00
gVisor bot
abdc12aed1 fix: Parse CC fail in tuic. 2023-02-02 21:29:12 +08:00