Commit Graph

179 Commits

Author SHA1 Message Date
gVisor bot
67ddbc47b5 Fix: trojan grpc udp broken 2021-04-05 23:26:13 +08:00
gVisor bot
9f7cf76256 Chore: refine go import 2021-04-05 13:00:49 +08:00
gVisor bot
0ec8d0b903 Fix: should reset fast node when tolerance enable and not alive on url-test group 2021-04-04 17:40:25 +08:00
gVisor bot
20e6e5296b Feature: add vmess aead header support 2021-03-30 17:34:16 +08:00
gVisor bot
1860de9362 Style: cleanup code 2021-03-24 01:00:21 +08:00
gVisor bot
eca3800a05 Chore: Clarify the definition of StreamConn and DialContext 2021-03-22 23:26:20 +08:00
gVisor bot
764e469ada Feature: add gRPC Transport for vmess/trojan (#1287)
Co-authored-by: eMeab <32988354+eMeab@users.noreply.github.com>
Co-authored-by: Dreamacro <8615343+Dreamacro@users.noreply.github.com>
2021-03-18 19:40:34 +08:00
gVisor bot
436dc91dd4 Fix: some HTTP proxy request broken 2021-03-10 16:23:55 +08:00
gVisor bot
e41d0639ed Improve: refactor ssr and fix #995 (#1189)
Co-authored-by: goomada <madao@DESKTOP-IOEBS0C.localdomain>
2021-02-15 14:32:03 +08:00
gVisor bot
be4f6909de Chore: avoid provider unnecessary write file operations (#1210) 2021-02-02 17:52:46 +08:00
gVisor bot
be5a2a9adf Refactor: make inbound request contextual 2021-01-23 14:58:09 +08:00
gVisor bot
8740f7ebd2 Fix: unnecessary write operation on provider (#1170) 2021-01-06 14:20:15 +08:00
gVisor bot
350a65a36b Fix: support unspecified UDP bind address (#1159) 2020-12-31 18:58:03 +08:00
gVisor bot
b283869c72 Fix: close http Response body on provider (#1154) 2020-12-29 11:28:22 +08:00
gVisor bot
6f9de2d96f Fix: snell should support the config without obfs 2020-12-24 13:47:56 +08:00
gVisor bot
13efc48023 Chore: health checks return immediately if completed (#1097) 2020-11-24 22:52:23 +08:00
gVisor bot
9c80233034 Feature: add lazy for proxy group and provider 2020-11-19 00:53:22 +08:00
gVisor bot
ec41d4f5f7 Feature: add disable-udp option for all proxy group 2020-11-13 21:48:52 +08:00
gVisor bot
c744fa8f05 Fix: tunnel manager & tracker race condition (#1048) 2020-10-29 17:51:14 +08:00
gVisor bot
578b338e6c Feature: support round-robin strategy for load-balance group (#1044) 2020-10-28 22:35:02 +08:00
gVisor bot
83f52b80a7 Feature: http support custom sni 2020-10-02 11:34:40 +08:00
gVisor bot
d16ed39e4b Feature: support VMess HTTP/2 transport (#903) 2020-09-26 20:33:57 +08:00
gVisor bot
df718971f1 Feature: support snell v2 (#952)
Co-authored-by: Dreamacro <8615343+Dreamacro@users.noreply.github.com>
2020-09-21 00:33:13 +08:00
gVisor bot
6b3f75e21b Feature: vmess network http support TLS (https) 2020-09-04 21:27:19 +08:00
gVisor bot
110ba36190 Fix: vmess UDP option should be effect 2020-08-30 22:49:55 +08:00
gVisor bot
4ede39a669 Chore: code style (#933) 2020-08-30 19:53:00 +08:00
gVisor bot
6ca03f5a90 Chore: pass staticcheck 2020-08-25 22:19:59 +08:00
gVisor bot
a77eab44e0 Change: adjust tolerance logic (#864) 2020-08-06 20:12:03 +08:00
gVisor bot
096cdc1bcd Fix: protect alive with atomic value (#834) 2020-07-25 17:47:11 +08:00
gVisor bot
c1be3debfd Feature: add ssr support (#805)
* Refactor ssr stream cipher to expose iv and key

References:
https://github.com/Dreamacro/go-shadowsocks2
https://github.com/sh4d0wfiend/go-shadowsocksr2

* Implement ssr obfs

Reference:
https://github.com/mzz2017/shadowsocksR

* Implement ssr protocol

References:
https://github.com/mzz2017/shadowsocksR
https://github.com/shadowsocksRb/shadowsocksr-libev
https://github.com/shadowsocksr-backup/shadowsocksr
2020-07-22 23:02:15 +08:00
gVisor bot
195e5be59a Chore: should not write file on file provider 2020-07-18 19:32:40 +08:00
gVisor bot
22f32c3789 Fix: ticker leak 2020-07-13 00:25:54 +08:00
gVisor bot
062fbffbae Chore: remove forward compatibility code 2020-06-27 14:28:10 +08:00
gVisor bot
a924dd325c Fix: don't auto health check on provider health check disabled 2020-06-14 00:32:04 +08:00
gVisor bot
c6e82884b4 Change: local resolve DNS in UDP request due to TURN failed 2020-06-12 23:39:03 +08:00
gVisor bot
c2a222498c Chore: add error msg when dial vmess 2020-06-11 22:19:47 +08:00
gVisor bot
c2ef01094e Fix: trim . for socks5 host 2020-06-11 12:11:44 +08:00
gVisor bot
c5017bc57c Fix: trim FQDN on http proxy request 2020-06-11 11:10:08 +08:00
gVisor bot
3ec3934963 Improve: safe write provider file 2020-06-07 00:36:54 +08:00
gVisor bot
a59e3feba9 Feature: support vmess tls custom servername 2020-06-01 00:27:04 +08:00
gVisor bot
e01c249c74 Fix: make os.Stat return correct err on provider 2020-05-29 21:56:29 +08:00
gVisor bot
6b48d71ceb Feature: add tolerance for url-test 2020-05-29 17:47:50 +08:00
gVisor bot
fa72ea4b6f Feature: support proxy-group in relay (#597) 2020-05-07 21:42:52 +08:00
gVisor bot
c6b7b951b9 Fix: use domain first on direct dial (#672) 2020-05-05 12:39:25 +08:00
gVisor bot
28d6e3aac6 Fix: make selector react immediately 2020-04-30 20:13:27 +08:00
gVisor bot
2a7caf794f Fix: select group can use provider real-time 2020-04-27 21:23:23 +08:00
gVisor bot
3542b3e3b1 Improve: provider can be auto GC 2020-04-26 22:38:15 +08:00
gVisor bot
ff954754e5 Chore: remove unused parameter netType (#651) 2020-04-25 00:39:30 +08:00
gVisor bot
116f60cdda Improve: add basic auth support for provider URL (#645) 2020-04-20 21:22:23 +08:00
gVisor bot
158727f7b3 Fix: vmess pure TLS mode 2020-04-03 16:04:24 +08:00