gVisor bot
|
9daef5bf44
|
inbound tfo
|
2022-07-22 15:16:09 +08:00 |
|
gVisor bot
|
91af078580
|
fix: DoT-ALPN error
|
2022-07-21 13:57:06 +08:00 |
|
gVisor bot
|
9201e7a43a
|
fix: resolver error handling exception
|
2022-07-21 09:02:58 +08:00 |
|
gVisor bot
|
093525ec17
|
fix: pure ip resolve
|
2022-07-20 22:59:04 +08:00 |
|
gVisor bot
|
ba67dc3dd9
|
chore: clean code
|
2022-07-20 17:15:19 +08:00 |
|
gVisor bot
|
054641f8c1
|
refactor: optimize nodes caching
|
2022-07-20 08:53:54 +08:00 |
|
gVisor bot
|
95e3a765d4
|
chore: Adjust the falling logic
|
2022-07-16 19:52:51 +08:00 |
|
gVisor bot
|
c768ae8b54
|
fix: no_gvisor compile failed for target linux
|
2022-07-16 19:35:52 +08:00 |
|
gVisor bot
|
b25ad6fda0
|
chore: log level should be setting after launched
|
2022-07-16 13:33:27 +08:00 |
|
gVisor bot
|
6fc60edf75
|
chore: Increase idle timeout and add keep alive period
|
2022-07-15 21:57:50 +08:00 |
|
gVisor bot
|
c3035df5be
|
fix: DoH retry HTTP/3
|
2022-07-15 21:54:57 +08:00 |
|
gVisor bot
|
0bab694233
|
fix: DoQ closes udp immediately.
|
2022-07-15 21:54:02 +08:00 |
|
gVisor bot
|
0c913db308
|
chore: clean up code
|
2022-07-13 22:27:49 +08:00 |
|
gVisor bot
|
82107630ee
|
chore: clean up code
|
2022-07-13 22:20:14 +08:00 |
|
gVisor bot
|
b88303e529
|
fix: CA params convert to fingerprint
|
2022-07-12 14:32:34 +08:00 |
|
gVisor bot
|
2943e3982c
|
fix: default nameserver cannot use doh of pure IP
|
2022-07-12 13:05:59 +08:00 |
|
gVisor bot
|
30b2c58ab5
|
chore: tcp conn error text
|
2022-07-11 22:29:35 +08:00 |
|
gVisor bot
|
9f48b6671c
|
chore: remove log
|
2022-07-11 22:18:24 +08:00 |
|
gVisor bot
|
b2c924d46e
|
Merge branch 'provider' into Alpha
|
2022-07-11 22:17:56 +08:00 |
|
gVisor bot
|
32843596e1
|
fix: default nameserver cannot use non-standard port of doh
|
2022-07-11 22:05:37 +08:00 |
|
gVisor bot
|
6b95daa9ee
|
refactor: Unified provider loading resources
|
2022-07-11 21:30:34 +08:00 |
|
gVisor bot
|
fa4d027a23
|
chore: fingerprint style
|
2022-07-11 13:44:27 +08:00 |
|
gVisor bot
|
7c1630c92a
|
feat: add fingerprint param
|
2022-07-11 13:42:28 +08:00 |
|
gVisor bot
|
27b5ecf3ab
|
fix: skip-cert-verify not work
|
2022-07-11 12:37:27 +08:00 |
|
gVisor bot
|
71322e1f18
|
feat: Prepare to specify the fingerprint function
|
2022-07-10 21:56:33 +08:00 |
|
gVisor bot
|
91e1649822
|
feat: add fingerprint for tls verify
|
2022-07-10 20:44:24 +08:00 |
|
gVisor bot
|
71afe64a8e
|
chore: upgrade dependencies for hysteria
|
2022-07-07 12:49:52 +08:00 |
|
gVisor bot
|
4fa2ca9748
|
Merge branch 'Alpha' into dev
|
2022-07-07 12:23:09 +08:00 |
|
gVisor bot
|
d8d3466de5
|
fix: h3 of doh fall back logic
|
2022-07-06 21:25:25 +08:00 |
|
gVisor bot
|
29254c6afd
|
Merge branch 'h3' into Alpha
|
2022-07-06 20:54:10 +08:00 |
|
gVisor bot
|
db4fb69b10
|
refactor: h3 for doh
|
2022-07-06 20:53:34 +08:00 |
|
gVisor bot
|
76bda049b5
|
chore: reduce wrapper
|
2022-07-05 21:00:41 +08:00 |
|
gVisor bot
|
1fc9e0be99
|
fix: close idle connections
|
2022-07-04 20:38:07 +08:00 |
|
gVisor bot
|
6ceb2eb505
|
chore: clash.mini hack.
|
2022-07-04 18:53:24 +08:00 |
|
gVisor bot
|
dd66f8826c
|
fix: close transport with doh of h3
|
2022-07-03 23:01:49 +08:00 |
|
gVisor bot
|
61d9fa1708
|
chore: upgrade dependencies
|
2022-07-03 22:58:03 +08:00 |
|
gVisor bot
|
e03b019fc9
|
Merge branch 'h3' into Alpha
# Conflicts:
# go.mod
|
2022-07-03 22:55:26 +08:00 |
|
gVisor bot
|
4b3eb3adef
|
chore: add prefer-h3 into config.yaml
|
2022-07-03 22:53:49 +08:00 |
|
gVisor bot
|
2dfbfd24d4
|
Merge branch 'hy' into Alpha
|
2022-07-03 22:51:33 +08:00 |
|
gVisor bot
|
f6c60c1f7d
|
fix: resolve ipv6 error in hysteria
|
2022-07-03 22:51:20 +08:00 |
|
gVisor bot
|
12338f285b
|
feat: try h3 connect DOH, failed will fall back h2; turn on with dns.prefer-h3: true
|
2022-07-03 21:59:47 +08:00 |
|
gVisor bot
|
00baa1f711
|
Merge branch 'hy' into Alpha
|
2022-07-03 18:27:14 +08:00 |
|
gVisor bot
|
6204a65489
|
chore: embed hysteria, clean irrelevant codes, code from https://github.com/HyNetwork/hysteria
|
2022-07-03 18:26:46 +08:00 |
|
gVisor bot
|
80b8140fc0
|
chore: add config.yaml demo
|
2022-07-02 13:44:04 +08:00 |
|
gVisor bot
|
09498b9217
|
Update dependencies
|
2022-06-28 08:15:03 +08:00 |
|
gVisor bot
|
197e41ca65
|
Fix concurrency vmess udp write
|
2022-06-28 08:12:56 +08:00 |
|
gVisor bot
|
32adc0fa18
|
chore: upgrade dependencies
|
2022-06-26 22:37:59 +08:00 |
|
gVisor bot
|
21e9374ed6
|
Merge branch 'dev' into Alpha
|
2022-06-26 21:53:03 +08:00 |
|
gVisor bot
|
5740dd225e
|
fix: hysteria dial use external context
|
2022-06-26 21:52:22 +08:00 |
|
gVisor bot
|
5d9b999fa0
|
chore: hysteria params verify
|
2022-06-25 12:43:47 +08:00 |
|