Commit Graph

190 Commits

Author SHA1 Message Date
hmol233 179eec707f
Fix DNS query log 2021-05-16 19:12:04 +08:00
hmol233 cedbb3f173
Remove extra access log 2021-05-05 23:31:22 +08:00
hmol233 4a4e160a54
Add domain strategy for dns outbound 2021-05-03 21:45:21 +08:00
秋のかえで 2e56fe11e1
Merge branch 'main' into dns 2021-04-18 13:24:44 +08:00
秋のかえで 7b7084f825
Refactor: A faster DomainMatcher implementation (#348)
Co-authored-by: DarthVader <61409963+darsvador@users.noreply.github.com>
2021-04-18 13:21:17 +08:00
秋のかえで d5a195458b
chore: regenerate protobufs 2021-04-15 13:23:21 +08:00
秋のかえで 7cf30d5101
Feat: DNS hosts support multiple addresses 2021-04-12 00:05:26 +08:00
秋のかえで 598e15aed2
style: refine var name 2021-04-11 12:45:16 +08:00
秋のかえで 708ce026ca
Refine the test of dns conf 2021-04-10 17:22:44 +08:00
JimhHan 217844cc37
Refine DNS Options 2021-04-10 11:36:58 +08:00
JimhHan f20c445974
Fix typo 2021-04-10 00:33:55 +08:00
秋のかえで 6e902b24ae
Feat: add disableFallback & skipFallback option for DNS client (#489) 2021-04-10 00:07:08 +08:00
JimhHan 70b63e21a5
Fix testing 2021-04-09 23:36:48 +08:00
JimhHan 726a722019
Refine DNS strategies 2021-04-09 23:36:36 +08:00
秋のかえで f4a048aa0c
Merge branch 'main' into dns 2021-04-07 23:15:45 +08:00
Bhoppi Chaw bf94fb53ca
Fix QUIC disconnecting issue (#475)
Co-authored-by: RPRX <63339210+rprx@users.noreply.github.com>
2021-04-06 16:37:28 +00:00
lucifer 1d13a8da49
fix grpc dial ipv6 address (#476) 2021-04-05 09:00:46 +08:00
秋のかえで 90c81e8459
fix: fix clientIP config 2021-04-02 16:57:31 +08:00
秋のかえで 364086c974
fix: remove AA header flag in DNS query 2021-04-02 16:47:19 +08:00
Jim Han f65c21337c
v1.4.2 2021-04-01 21:08:53 +08:00
RPRX 4bf8b6d89c
Fix uTLS fingerprints support
Thank @HirbodBehnam https://github.com/XTLS/Xray-core/issues/461
2021-04-01 09:15:18 +00:00
秋のかえで 7a778d74d0
feat: change the handshake timeout of quic to default vaule 2021-03-31 22:55:28 +08:00
秋のかえで d3533abe3c
Merge branch 'main' into dns 2021-03-31 22:53:43 +08:00
Jim Han 95a68a6d73
v1.4.1 2021-03-31 16:00:16 +08:00
秋のかえで 7f2fad73d4
Chore: Upgrade dependencies (#432)
Co-authored-by: RPRX <63339210+rprx@users.noreply.github.com>
2021-03-31 06:18:34 +00:00
Jim Han 3ed14c2fcd
Fix: gRPC & HTTP/2 dialer (#445) 2021-03-30 16:43:31 +00:00
risetechlab b63049f404
Fix: TFO AsIs bug (#452) 2021-03-30 16:42:02 +00:00
RPRX a9e11075d1
Add uTLS fingerprints support (#451) 2021-03-29 10:08:29 +00:00
Jim Han e564d9ef7e
Fix: TCP & WS override AcceptProxyProtocol (#425) 2021-03-28 16:16:07 +00:00
秋のかえで 6c936e2fd3
fix: set json to default format to stdin (#446) 2021-03-28 23:45:13 +08:00
秋のかえで b2d8168284
docs: add common name to the help of tls cert (#435) 2021-03-27 18:32:30 +08:00
RPRX e0910ab4d9
Update dialer.html 2021-03-23 16:55:05 +00:00
RPRX d46af8b5d4
Add WSS Browser Dialer support (#421) 2021-03-23 09:25:35 +00:00
AkinoKaede 58daa2f788
fix: DNS tests timeout due to network instability 2021-03-22 13:20:14 +08:00
Jim Han 0470381fe2
Fix: gRPC multi accepting empty bytes (#411) 2021-03-21 09:16:52 +00:00
秋のかえで b0e7ad9663
Fix: format flag not working (#410) 2021-03-21 09:13:51 +00:00
AkinoKaede 8382b29922
feat: add queryStrategy option for DNS 2021-03-19 23:35:01 +08:00
JimhHan 41d3f31447
Fix: DNS query log 2021-03-19 22:01:39 +08:00
AkinoKaede 9b93b90fa9
feat: add DNS logs to DNS over QUIC 2021-03-19 13:19:43 +08:00
AkinoKaede b15fffaac6
fix: fix tests 2021-03-18 23:52:00 +08:00
AkinoKaede 8884e948fe
refactor: new dns app 2021-03-18 23:28:01 +08:00
Kid 4e63c22197
Add Homebrew installation command (#392)
Co-authored-by: RPRX <63339210+rprx@users.noreply.github.com>
2021-03-17 17:56:56 +00:00
maskedeken 36961ed882
Add remote addr to gRPC transport layer conn (#382)
Co-authored-by: RPRX <63339210+rprx@users.noreply.github.com>
2021-03-17 17:55:51 +00:00
JimhHan de54d4b08f
Fix: sniffer call IP() on a DomainAddress 2021-03-17 23:29:06 +08:00
JimhHan 32713bcc0e
Fix: Context without proper session
close https://github.com/XTLS/Xray-core/issues/383
2021-03-17 23:27:42 +08:00
RPRX 9dec65e367
v1.4.0 2021-03-14 15:59:19 +00:00
Jim Han 3fe85449a9
Use 198.18.0.0/16 as default Fake IP Pool (#377) 2021-03-14 15:58:27 +00:00
Jim Han e0526c27b3
Removal: confonly (#368) 2021-03-14 15:05:08 +00:00
RPRX a0a32ee00d
Add gRPC Transport support (#356)
Co-authored-by: JimhHan <50871214+JimhHan@users.noreply.github.com>
2021-03-14 15:02:07 +00:00
RPRX 60b06877bf
Add WebSocket 0-RTT support (#375) 2021-03-14 07:10:10 +00:00