Skyxim
cfd03a99c2
feat: nameserver-policy
support use rule-providers and reduce domain-set memory
2023-04-01 11:53:39 +08:00
wwqgtxx
7e10d78d53
chore: share the same geodata in different rule
2023-03-23 18:35:37 +08:00
Skyxim
5737fbc23c
chore: proxy-server-nameserver
does not follow the nameserver-policy
2023-03-23 12:58:59 +08:00
metacubex
9316c1293e
fix: geosite of nameserver-policy cannot be loaded correctly
2023-03-18 22:33:39 +08:00
Skyxim
7f588935ea
feta: add hosts support domain and mulitple ip ( #439 )
...
* feat: host support domain and multiple ips
* chore: append local address via `clash`
* chore: update hosts demo
* chore: unified parse mixed string and array
* fix: flatten cname
* chore: adjust logic
* chore: reuse code
* chore: use cname in tunnel
* chore: try use domain mapping when normal dns
* chore: format code
2023-03-12 15:00:59 +08:00
Skyxim
07f3cd2ae5
chore: exposure ipv6 wait time
2023-03-10 23:38:16 +08:00
wwqgtxx
6a97ab9ecb
chore: use fastrand to replace math/rand
2023-03-06 18:10:14 +08:00
wwqgtxx
527fc2790b
chore: combine workflows
2023-02-19 01:23:06 +08:00
kunish
d6ff5f7d96
style: run go fmt on every .go file ( #392 )
2023-02-17 16:31:37 +08:00
Skyxim
28c7de6185
fix: avoid modifying the request message id
2023-02-14 21:09:37 +08:00
Skyxim
e1e1984d3e
feat: nameserver policy support multiple server
2023-02-03 21:40:05 +08:00
Skyxim
32c53b9584
chore: dns log error
2023-01-29 11:03:39 +08:00
Skyxim
e52d599326
chore: better dns log
2023-01-28 22:33:03 +08:00
metacubex
596bf32caa
chore: adjust keyword for geosite-based nameserver policy
2023-01-28 00:19:58 +08:00
i40e
02684a868f
feature: geosite-based nameserver policy
2023-01-27 23:40:53 +08:00
Skyxim
b6b6413d04
refactor: replace experimental.fingerprints with custom-certificates and Change the fingerprint verification logic to SSL pinning
2023-01-14 21:08:06 +08:00
3andero
804cff8c55
fix: skip-cert-verify is true by default ( #333 )
...
* fix: skip-cert-verify is true by default
* fix: format
* fix: typo
Co-authored-by: 3andero <3andero@github.com>
Co-authored-by: Hellojack <106379370+H1JK@users.noreply.github.com>
2023-01-13 09:55:01 +08:00
wwqgtxx
0c9a23a53c
fix: dns cache index out of range
2023-01-11 09:54:07 +08:00
wwqgtxx
7a64c432b1
Merge branch 'dev' of https://github.com/Dreamacro/clash into Alpha
2023-01-01 13:03:30 +08:00
ALICE
4a57917783
Chore: skip cache acme challenge dns msg ( #2469 )
2022-12-22 13:30:23 +08:00
wwqgtxx
7496d9c114
chore: rebuild relay
2022-12-19 21:34:07 +08:00
wwqgtxx
17cbbb5bf0
chore: split dns's dialContext and listenPacket
2022-12-13 12:38:46 +08:00
wwqgtxx
b3b5f17e03
chore: cleanup doh/doq's code
2022-12-13 11:23:34 +08:00
wwqgtxx
88acf8e098
fix: fix bindIfaceToListenConfig() in windows force bind to an ipv4 address
2022-12-13 11:18:32 +08:00
wwqgtxx
a6f7e1472b
fix: let doh/dot server follow hosts and can remotely resolve itself ip
2022-12-07 20:01:44 +08:00
wwqgtxx
df8e129fc6
chore: optimize DomainTrie for only one child
2022-11-30 19:42:05 +08:00
wwqgtxx
84caee94af
chore: decrease DomainTrie's memory use
2022-11-30 18:50:46 +08:00
wwqgtxx
c89b1f0e96
chore: tuic add cubic,new_reno,bbr congestion_controller
2022-11-25 10:33:37 +08:00
wwqgtxx
18d62c4a17
fix: catch context.DeadlineExceeded too
2022-11-19 23:16:20 +08:00
Skyxim
02830e0ad6
fix: adjust log
2022-11-19 23:07:49 +08:00
wwqgtxx
6d89bddf29
fix: better error return
2022-11-19 23:06:27 +08:00
wwqgtxx
dbbd499349
fix: better error check
2022-11-19 23:03:14 +08:00
Skyxim
d3562ce394
fix: DoH recreate the connection multiple times
2022-11-19 22:48:04 +08:00
wwqgtxx
4ea4221380
fix: rollback batchExchange's code
2022-11-19 10:35:45 +08:00
Skyxim
b8b3c9ef9f
fix: DoH/DoQ doesn't use context
2022-11-19 10:31:50 +08:00
wwqgtxx
f00dc69bb6
fix: doh use NewRequestWithContext and batchExchange don't wait cancel finish
2022-11-19 09:43:31 +08:00
wwqgtxx
23f286f24e
fix: auto retry in exchangeWithoutCache
2022-11-19 08:51:00 +08:00
wwqgtxx
8b848b62bb
fix: reset timeout in exchangeWithoutCache's singleflight
2022-11-18 18:02:46 +08:00
wwqgtxx
994e85425f
fix: resolver's defer
2022-11-16 17:53:52 +08:00
Skimmle
586dec5ba3
Merge commit '2a8e1778ad1d7b507e432f659407d76dffcaacb8' into Alpha
2022-11-14 20:17:52 +08:00
Skimmle
6db7c800d5
fix: DoQ and HTTP/3 over proxy
2022-11-14 20:17:12 +08:00
wwqgtxx
a3425c0e78
chore: sync dns code
2022-11-12 21:31:07 +08:00
wwqgtxx
dc3e144b6a
Merge branch 'dev' of https://github.com/Dreamacro/clash into Alpha
2022-11-12 20:43:48 +08:00
wwqgtxx
75d339392b
chore: better dns background fetch retrying
2022-11-12 18:29:19 +08:00
wwqgtxx
901a47318d
chore: always pass context when resolve dns
2022-11-12 13:18:36 +08:00
wwqgtxx
3321ac95ca
fix: cleanup import
2022-11-12 12:31:44 +08:00
cubemaze
d78b2b1cfb
Merge pull request #256 from Skimmle/Alpha
...
featrue: DoH and DoQ are implemented using AdGuardTeam/dnsProxy
2022-11-12 11:19:04 +08:00
Skimmle
3e20912339
featrue: DoH and DoQ are implemented using AdGuardTeam/dnsProxy, DoH support perfer and force http3
2022-11-12 11:14:51 +08:00
wwqgtxx
6dadc2357a
chore: remove AddrType on Metadata
2022-11-11 09:19:50 +08:00
wwqgtxx
22fb219ad8
chore: trie.DomainTrie will not depend on zero value
2022-11-02 22:28:18 +08:00