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
|
d955c2e016
|
chore: sync dns code
|
2022-11-12 21:31:07 +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
|
a6b0e094ee
|
fix: cleanup import
|
2022-11-12 12:31:44 +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
|
d5d5dc2303
|
chore: remove AddrType on Metadata
|
2022-11-11 09:19:50 +08:00 |
|
gVisor bot
|
99a1561cd4
|
chore: trie.DomainTrie will not depend on zero value
|
2022-11-02 22:28:18 +08:00 |
|
gVisor bot
|
2022605546
|
feat: add ip-version param
|
2022-08-28 13:41:43 +08:00 |
|
gVisor bot
|
81dd0ed2db
|
Chore: reduce dhcp dns client cost
|
2022-08-24 21:36:19 +08:00 |
|
gVisor bot
|
08f414e9c7
|
Chore: remove old cache implementation
|
2022-08-17 11:43:20 +08:00 |
|
gVisor bot
|
730f5b2d5f
|
Feature: sync missing resolver logic from premium, but still net.IP on opensource
|
2022-08-13 13:07:35 +08:00 |
|
gVisor bot
|
44a1ae08ef
|
Fix: ALPN should on DoH instead of DoT (#2232)
|
2022-07-25 12:41:22 +08:00 |
|
gVisor bot
|
21d44fa391
|
refactor: DoH use fragment setting params
|
2022-07-21 21:40:28 +08:00 |
|
gVisor bot
|
91af078580
|
fix: DoT-ALPN error
|
2022-07-21 13:57:06 +08:00 |
|
gVisor bot
|
ba67dc3dd9
|
chore: clean code
|
2022-07-20 17:15:19 +08:00 |
|
gVisor bot
|
95e3a765d4
|
chore: Adjust the falling logic
|
2022-07-16 19:52:51 +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
|
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
|
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
|
d8d3466de5
|
fix: h3 of doh fall back logic
|
2022-07-06 21:25:25 +08:00 |
|
gVisor bot
|
db4fb69b10
|
refactor: h3 for doh
|
2022-07-06 20:53:34 +08:00 |
|
gVisor bot
|
1fc9e0be99
|
fix: close idle connections
|
2022-07-04 20:38:07 +08:00 |
|
gVisor bot
|
dd66f8826c
|
fix: close transport with doh of h3
|
2022-07-03 23:01:49 +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
|
bb2b64ba42
|
chore: dns interface name
|
2022-06-25 09:16:51 +08:00 |
|
gVisor bot
|
0c2014bb40
|
fix: disable doq skip verify cert
|
2022-06-25 09:16:49 +08:00 |
|
gVisor bot
|
34f46ac3a9
|
chore: delete DOQ meaningless ALPN
|
2022-06-12 23:17:26 +08:00 |
|
gVisor bot
|
b075ae1a3c
|
fix: DOQ blocked dns return result because DOQ goroutine leak
|
2022-06-12 21:41:01 +08:00 |
|
gVisor bot
|
40c33e8fce
|
chore: doq default port change to 853, ALPN use doq
|
2022-06-12 17:53:11 +08:00 |
|
gVisor bot
|
1b9a952510
|
fix: leak dns when domain in hosts list
|
2022-06-10 14:29:19 +08:00 |
|
gVisor bot
|
0fcb82af0e
|
fix: doq maybe crash when use adapter
|
2022-06-06 21:45:08 +08:00 |
|
gVisor bot
|
cc41c30b09
|
chore: 调整dns interface与adapter部分
|
2022-06-05 13:37:00 +08:00 |
|
gVisor bot
|
7b40a2bd06
|
chore: mix the proxy adapter and interface to dns client
|
2022-06-04 21:18:49 +08:00 |
|
gVisor bot
|
739502ae30
|
refactor: 添加no_gvisor 编译tag, 剔除gvisor stack支持, 方便在arm设备上debug
|
2022-06-03 20:07:30 +08:00 |
|
gVisor bot
|
9ccc89ad95
|
chore: 添加tag no_doq 编译不含doq版本, 仅减少1.5MB(macOS-arm64)
|
2022-06-03 18:12:06 +08:00 |
|
gVisor bot
|
bbf0f1af4b
|
Feature: can set custom interface for dns nameserver (#2126)
|
2022-06-01 10:50:54 +08:00 |
|
gVisor bot
|
39b9ee9462
|
chore: 降低并发查询时IPv6等待
|
2022-05-28 09:58:45 +08:00 |
|
gVisor bot
|
98ca305a54
|
fix: 并发dns查询,由于ipv6阻塞导致某些情况下的网络不通
|
2022-05-21 00:34:15 +08:00 |
|
gVisor bot
|
109e4b25cc
|
fix: doq过代理错误
|
2022-05-17 21:30:54 +08:00 |
|
gVisor bot
|
4a828089b4
|
chore: debug log print dns result
|
2022-05-17 18:21:18 +08:00 |
|
gVisor bot
|
02d30883b6
|
feat: "!"(not) support for geosite
eg. GEOSITE,!CN,Proxy & dns.fallback-filter.geosite: ['!CN']
|
2022-05-15 13:16:45 +08:00 |
|
gVisor bot
|
4464d486fb
|
fix: tun dns
|
2022-05-02 14:21:37 +08:00 |
|