gVisor bot
|
0f4a0a7275
|
chore: add tuic outbound
close #133
|
2022-11-25 08:08:14 +08:00 |
|
gVisor bot
|
4adfea87f7
|
chore: add retry in tunnel dial
|
2022-11-24 12:32:35 +08:00 |
|
gVisor bot
|
add8f84da3
|
fix: geosite match
|
2022-11-21 10:33:42 +08:00 |
|
gVisor bot
|
271ae04f1e
|
fix: catch context.DeadlineExceeded too
|
2022-11-19 23:16:20 +08:00 |
|
gVisor bot
|
cc32f639ed
|
fix: adjust log
|
2022-11-19 23:07:49 +08:00 |
|
gVisor bot
|
e3c162d833
|
fix: better error return
|
2022-11-19 23:06:27 +08:00 |
|
gVisor bot
|
60b6d68339
|
fix: better error check
|
2022-11-19 23:03:14 +08:00 |
|
gVisor bot
|
f26bc212e1
|
fix: DoH recreate the connection multiple times
|
2022-11-19 22:48:04 +08:00 |
|
gVisor bot
|
a79d7c80cb
|
chore: Adjust error of dialer
|
2022-11-19 10:57:33 +08:00 |
|
gVisor bot
|
6afa624bf3
|
chore: return context error
|
2022-11-19 10:50:13 +08:00 |
|
gVisor bot
|
bcef894237
|
chore: Adjust the return
|
2022-11-19 10:47:03 +08:00 |
|
gVisor bot
|
a82c88f5aa
|
fix: resolver's ctx
|
2022-11-19 10:45:44 +08:00 |
|
gVisor bot
|
5841fa51b0
|
fix: rollback batchExchange's code
|
2022-11-19 10:35:45 +08:00 |
|
gVisor bot
|
28c2ae75e0
|
fix: DoH/DoQ doesn't use context
|
2022-11-19 10:31:50 +08:00 |
|
gVisor bot
|
c57f091db5
|
fix: doh use NewRequestWithContext and batchExchange don't wait cancel finish
|
2022-11-19 09:43:31 +08:00 |
|
gVisor bot
|
5fd2771740
|
fix: auto retry in exchangeWithoutCache
|
2022-11-19 08:51:00 +08:00 |
|
gVisor bot
|
538743555e
|
fix: better wireguard error handle
|
2022-11-18 19:40:39 +08:00 |
|
gVisor bot
|
e9333f4586
|
fix: wireguard handle conn is nil
|
2022-11-18 19:32:12 +08:00 |
|
gVisor bot
|
d57e07d611
|
fix: reset timeout in exchangeWithoutCache's singleflight
|
2022-11-18 18:02:46 +08:00 |
|
gVisor bot
|
025de25fc4
|
chore: support old chacha20
|
2022-11-16 18:37:14 +08:00 |
|
gVisor bot
|
459d0ef522
|
fix: resolver's defer
|
2022-11-16 17:53:52 +08:00 |
|
gVisor bot
|
24cfa48eef
|
chore: better tfo inbound code
|
2022-11-16 10:43:16 +08:00 |
|
gVisor bot
|
e991a7d557
|
fix: correct the go.mod
|
2022-11-16 10:18:42 +08:00 |
|
gVisor bot
|
824fca3241
|
fix: sing-shadowsocks serverConn.Write return (0,nil) when p isn't empty
|
2022-11-16 10:18:42 +08:00 |
|
gVisor bot
|
8409fdc29e
|
fix: don't use ReadOnceFrom in sing-shadowsocks
|
2022-11-16 10:18:42 +08:00 |
|
gVisor bot
|
d7d8037c1d
|
ss and vmess inbound add tfo
|
2022-11-16 10:18:10 +08:00 |
|
gVisor bot
|
6e720744a7
|
update tfo to v2
|
2022-11-16 10:18:10 +08:00 |
|
gVisor bot
|
3e862bfe99
|
Merge commit '2a8e1778ad1d7b507e432f659407d76dffcaacb8' into Alpha
|
2022-11-14 20:17:52 +08:00 |
|
gVisor bot
|
d9f848ec02
|
fix: DoQ and HTTP/3 over proxy
|
2022-11-14 20:17:12 +08:00 |
|
gVisor bot
|
7f4459150f
|
chore: sync tunnel code
|
2022-11-12 21:42:45 +08:00 |
|
gVisor bot
|
d955c2e016
|
chore: sync dns code
|
2022-11-12 21:31:07 +08:00 |
|
gVisor bot
|
eceeb5bdf1
|
fix: build error
|
2022-11-12 20:59:29 +08:00 |
|
gVisor bot
|
722e8a6c27
|
Merge branch 'dev' of https://github.com/Dreamacro/clash into Alpha
|
2022-11-12 20:43:48 +08:00 |
|
gVisor bot
|
821e908e48
|
chore: better dns background fetch retrying
|
2022-11-12 18:29:19 +08:00 |
|
gVisor bot
|
71ab8298a2
|
chore: always pass context when resolve dns
|
2022-11-12 13:18:36 +08:00 |
|
gVisor bot
|
5bb875a62d
|
chore: update listeners config
|
2022-11-12 12:36:59 +08:00 |
|
gVisor bot
|
a6b0e094ee
|
fix: cleanup import
|
2022-11-12 12:31:44 +08:00 |
|
gVisor bot
|
8b65ab259b
|
chore: update dns config
|
2022-11-12 12:12:31 +08:00 |
|
gVisor bot
|
70c6e586ca
|
Merge pull request #256 from Skimmle/Alpha
featrue: DoH and DoQ are implemented using AdGuardTeam/dnsProxy
|
2022-11-12 11:19:04 +08:00 |
|
gVisor bot
|
34ec07f589
|
featrue: DoH and DoQ are implemented using AdGuardTeam/dnsProxy, DoH support perfer and force http3
|
2022-11-12 11:14:51 +08:00 |
|
gVisor bot
|
a6e05e040b
|
chore: support IN-PORT rule
|
2022-11-11 23:36:06 +08:00 |
|
gVisor bot
|
ee63d0f05d
|
code cleanup
|
2022-11-11 22:48:44 +08:00 |
|
gVisor bot
|
e4d211d0df
|
chore: shadowsocks listener support old cipher
|
2022-11-11 22:44:44 +08:00 |
|
gVisor bot
|
4abbe8ce65
|
chore: add vmess, shadowsocks, tcptun and udptun listener
|
2022-11-11 20:56:08 +08:00 |
|
gVisor bot
|
d5d5dc2303
|
chore: remove AddrType on Metadata
|
2022-11-11 09:19:50 +08:00 |
|
gVisor bot
|
8e6715af08
|
Update README.md
|
2022-11-11 04:05:13 +08:00 |
|
gVisor bot
|
89fcfe3475
|
fix: update sing-vmess
|
2022-11-10 21:23:52 +08:00 |
|
gVisor bot
|
3d4ad0d317
|
fix: when host's ip in fakeip's range, don't send to remote server
|
2022-11-10 21:08:06 +08:00 |
|
gVisor bot
|
8f1e905cfe
|
Update docs/config.yaml
|
2022-11-09 22:55:32 +08:00 |
|
gVisor bot
|
7570bb7119
|
Update README.md
|
2022-11-09 19:55:30 +08:00 |
|