48 Commits
Author SHA1 Message Date
Meow 7aa9bea0df Refactor WireGuard 2026-09-14 09:21:42 +08:00
Meow 46c680b71b Refine domainStrategy 2026-09-12 06:38:54 +08:00
Meow b7207f4da4 Direct/Freedom outbound: Better Compatibility (#896)
https://github.com/XTLS/Xray-core/pull/6058
2026-09-11 06:46:51 +08:00
Fangliding 5d4ddd2ac3 DNS: Correct Host behavior 2026-08-31 15:35:40 +08:00
Fangliding f6bb9a7bc6 Check json format in CI 2026-05-25 21:37:31 +08:00
Meow b63b2a3b00 DNS outbound: Add rules (matches qtype, domain, then action) 2026-04-26 01:22:13 +08:00
FanglidingandLilligantMatsuri 04a2ecb0c7 Typo
Co-Authored-By: LilligantMatsuri <26195226+LilligantMatsuri@users.noreply.github.com>
2026-03-10 03:07:26 +08:00
Fangliding b5e43d75ea DNS: Refine DNS Host behavior 2026-02-05 05:26:45 +08:00
Fangliding 767bb2d919 Prettified Code! 2026-01-28 11:17:14 +00:00
Fangliding ce9d0f3c23 DNS: Refine process flow 2026-01-28 19:16:48 +08:00
Meow 39d0d66938 Fix all broken links currently 2026-01-18 19:31:35 +08:00
Meow 7a0b6ec80c feat(dns): add parallel query (#773) 2025-12-01 22:07:49 +08:00
MeowandMeo597 90bd783f4b feat(dns): add optimistic caching (#772)
* feat(dns): add optimistic caching

* Prettified Code!

---------

Co-authored-by: Meo597 <Meo597@users.noreply.github.com>
2025-12-01 17:03:12 +08:00
Meow 35f4c6b65c DNS: Explain queryStrategy and hosts 2025-12-01 14:01:03 +08:00
风扇滑翔翼 b9730a1ea8 Clear duplicates 2025-12-01 04:56:10 +00:00
Meow 822726537a DNS: Clarify uses and behavior of built-in DNS module
Updated the number of main uses for the built-in DNS module and clarified the handling of DNS queries.
2025-11-24 07:04:00 +08:00
Meow 417c407b2a Update 'UseSystem' description in dns.md
Clarify the behavior of the 'UseSystem' option for DNS queries.
2025-11-23 11:43:21 -05:00
Meow c055a4dd5e Fix punctuation and formatting in dns.md
Corrected punctuation and formatting issues throughout the document for clarity and consistency.
2025-11-23 11:43:21 -05:00
Meow 6ba228ef21 Clarify DNS query strategy descriptions 2025-11-23 11:43:21 -05:00
Meow 9f94a24fb3 Update 'UseSystem' 2025-11-23 11:43:21 -05:00
风扇滑翔翼 d116022916 DNS: Add return rcode in host 2025-07-24 18:08:55 +08:00
风扇滑翔翼 db2f5097af DNS: Correct clientIP behavior 2025-07-20 18:00:35 +08:00
风扇滑翔翼 f5bfddc6b0 DNS: Update some missing info
close #711
2025-07-12 00:31:56 +08:00
dependabot[bot] f93101ac5b Prettified Code! 2025-07-09 23:24:30 -04:00
风扇滑翔翼 abf22b7b78 CN DNS: Add some new feature 2025-07-07 09:04:18 +00:00
yuhan6665 1c1cea5ae5 Fix prettier format with version 3.6.2 2025-07-06 16:18:05 -04:00
yuhan6665 f9761b7b84 Try fix prettier format 2025-04-09 22:39:12 -04:00
风扇滑翔翼 8406337ca5 DNS: Add some fields and typo
typo from: #665 (Put together for simplicity)
2025-03-30 14:37:50 +00:00
风扇滑翔翼 dd8fa6344d Add h2c DNS & TLS serverNameToVerify 2025-02-01 14:13:46 +00:00
风扇滑翔翼 fda58089da DNS: Add tip for domain of dns server itself 2025-01-18 07:48:20 +00:00
mmmray c564976a8c More type consistency fixes in config reference 2024-09-23 06:11:55 -05:00
mayampi01 c26275f932 Change the default port of Dns over Quic
XTLS/Xray-core@950a64e9a4
2024-07-22 20:13:48 +08:00
ちか e6df59f62a 对照 v1.8.6 版本,修订了一些内容 (#442)
* 修订 wireguard.md

* 修订 freedom.md

* 修订 transport.md

* 修订 dns.md

* 修订 h2.md
2023-12-29 10:54:22 -05:00
ちか bf3aa66cd2 Update queryStrategy parameter explanation (#438)
* Update queryStrategy parameter explanation

* 更证一处解释

* Update dns.md
2023-12-25 23:23:00 -05:00
rootmelo92118andxqzr 13763b64d4 Update dns.md (#285)
* Update dns.md

* Update dns.md

* Update dns.md

* Update dns.md

Co-authored-by: xqzr <34030394+xqzr@users.noreply.github.com>
2022-07-16 08:51:14 -04:00
Kobe Arthur Scofield 6d04c95a7b Update docs to cover 1.5.0 (#280)
* Update missing DNS schemes

Add DNS over TCP
Add DNS over TCP local
Add DNS over QUIC local

* Tweaking details

* Refine DNS doc

* Add `tcpKeepAliveInterval` to SockOpt

According to [XTLS/Xray-core/pull/754]

* Add header and method to HTTP/2 transport

According to XTLS/Xray-core/#755

* Make it prettier

* Fix punctuations

* Add `pinnedPeerCertificateChainSha256` option

Added in 1.5.1 and now batch adding it into docs.

* Add `X-Real-IP` header note

Introduced in XTLS/Xray-core#769

* Add `certChainHash` note

* Update commands

Add `certChainHash`
Provide more details

* Add inbound missing contents

- Comma separated listening port segments
- New sniffers `fakedns+others` and `quic`
- New sniffing option `routeOnly`
- Some refinements

* Add domain socket access indicator

* Fix typo

* Update descriptions for FakeDNS

* Refine DNS over TCP

* Make it preetier in DNS doc

* Make the statement clear

* Attemp to make it prettier in inbound docs

* Update fakedns.md

* Update inbound.md

* Update fakedns.md

* Update grpc.md

* Update fakedns.md

* Update command.md

* Detailed description for `metadataOnly`

* `pinnedPeerCertificateChainSha256` should be a list
2022-06-20 22:16:41 -04:00
yuhan6665 d8459e1fae Attampt to fix prettier format 2022-06-12 22:26:13 -04:00
rootmelo92118 1eb1b7253f Update dns.md 2022-06-12 14:05:36 -04:00
xqzr 9f57591d9e fix TIP 2021-11-07 06:38:29 +08:00
xqzr f14597dd20 add DNS fallback (#139)
* Update dns.md

https://github.com/XTLS/Xray-core/releases/tag/v1.5.0
2021-10-26 02:37:17 +08:00
Jim Han 5d09bc4d76 Fix: [dns] typo 2021-04-07 09:01:42 +08:00
JimhHan 71eaa61dbd Fix: format 2021-03-26 14:01:07 +08:00
JimhHan c58fabe474 Add: document level-1&2 2021-03-25 22:33:41 +08:00
JimhHan e2761a859f Add: document level-0 2021-03-25 00:02:40 +08:00
JimhHan e0c0332477 Chore: fix format 2021-03-20 23:25:07 +08:00
JimhHan 8a0c7d76e8 Fix: not enough links 2021-03-18 23:32:36 +08:00
Jim Han d4d8802647 Fixes links (#3) 2021-03-17 08:27:02 +08:00
JimhHan d218eb343d Add: inbound, outbound, transport 2021-03-16 23:57:15 +08:00