891 Commits

Author SHA1 Message Date
风扇滑翔翼
794b0cbfa4 Update domainStrategy 2025-12-14 06:31:59 +00:00
dependabot[bot]
f22cac39a9 Bump actions/cache from 4 to 5 (#776)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-13 21:03:04 -05:00
Meow
6c4fafc7a3 Make proxySettings clearer (#780) 2025-12-13 21:02:30 -05:00
Meow
e5388036f8 Wireguard: domainStrategy (#777)
* Wireguard: domainStrategy

* PR#5417

Clarified the constraints of the 'address' option in relation to the 'domainStrategy' for Wireguard.

https://github.com/XTLS/Xray-core/pull/5417
2025-12-13 20:53:18 -05:00
Meow
871a0158f1 Add link to inbound and outbound protocols (#779)
* Add link to inbound and outbound protocols

* Revise protocol options and outbound settings reference
2025-12-12 20:28:37 +08:00
Meow
73092accac Explaining the impact of domainStrategy on happyEyeballs (#778) 2025-12-12 19:58:01 +08:00
dependabot[bot]
a6c5b1976b Bump anywhere from 1.6.0 to 1.7.0 (#769)
Bumps [anywhere](https://github.com/JacksonTian/anywhere) from 1.6.0 to 1.7.0.
- [Commits](https://github.com/JacksonTian/anywhere/commits)

---
updated-dependencies:
- dependency-name: anywhere
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-10 22:52:50 -05:00
dependabot[bot]
aae2e37e65 Bump esbuild from 0.25.3 to 0.27.0 (#771)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.25.3 to 0.27.0.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.3...v0.27.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-10 22:50:46 -05:00
dependabot[bot]
b69d7fce4e Bump prettier from 3.6.2 to 3.7.3 (#770)
Bumps [prettier](https://github.com/prettier/prettier) from 3.6.2 to 3.7.3.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.6.2...3.7.3)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.7.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-10 22:41:22 -05:00
Meow
bd357d47c9 Router: Clarifying the logic between GeoIP matchers (#774) 2025-12-10 22:38:27 -05:00
风扇滑翔翼
869aa61544 REALITY: Add target warning
Added a warning about traffic forwarding for authentication failures.
2025-12-08 00:28:22 +08:00
Meow
7a0b6ec80c feat(dns): add parallel query (#773) 2025-12-01 22:07:49 +08:00
Meow
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
d24233eb73 ECH and Sniffing: Explaining when to block QType 65 (#767) 2025-12-01 08:49:42 +00:00
Meow
35f4c6b65c DNS: Explain queryStrategy and hosts 2025-12-01 14:01:03 +08:00
Meow
ac14ce5ecd 配图:入门技巧 - 用 DNS 实现精准境内外分流 (#768) 2025-12-01 04:56:10 +00:00
风扇滑翔翼
b9730a1ea8 Clear duplicates 2025-12-01 04:56:10 +00:00
iambabyninja
f8289b618d RU TLS: Add FromMitM 2025-11-29 23:26:51 +05:00
iambabyninja
1a42d0ca04 RU Reverse: Add tip for VLESS reverse 2025-11-29 23:26:32 +05:00
iambabyninja
862527e704 RU VLESS: Allow XTLS in VLESS enc + any 2025-11-29 23:26:16 +05:00
风扇滑翔翼
2f81d12aba Remove dead link 2025-11-29 02:10:14 +08:00
Meow
ecbacf382c 更新:入门技巧 - 用 DNS 实现精准境内外分流
用并行查询降低RTT,得到更好的体验
2025-11-28 07:12:15 +08:00
Meow
bf1d02e41d Router: Revise domainStrategy descriptions (#762)
* Router: Revise domainStrategy descriptions

Updated the explanations for domain resolution strategies and clarified behavior regarding IP matching and sniffing.

* Update routing.md

---------

Co-authored-by: 风扇滑翔翼 <Fangliding.fshxy@outlook.com>
2025-11-27 04:08:44 +08: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
dependabot[bot]
d6fad6da87 Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-23 11:47:46 -05: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
风扇滑翔翼
366d05f4e2 TLS: Add FromMitM 2025-11-23 13:35:56 +08:00
dependabot[bot]
5a62c475c4 Bump actions/setup-node from 5 to 6
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-16 18:15:10 +00:00
dependabot[bot]
67d577f0c5 Prettified Code! 2025-11-16 18:15:10 +00:00
dependabot[bot]
6905f90817 Bump @types/node from 24.6.2 to 24.9.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.6.2 to 24.9.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-16 18:12:25 +00:00
风扇滑翔翼
2182a33ed9 Reverse: Add tip for VLESS reverse 2025-10-29 11:25:36 +00:00
风扇滑翔翼
07e60999c9 VLESS: Allow XTLS in VLESS enc + any
And remove legacy Trojan XTLS support
2025-10-27 08:24:37 +00:00
iambabyninja
dcd5c1d602 RU Outbound simplification 2025-10-20 17:54:32 +03:00
𐲓𐳛𐳪𐳂𐳐 𐲀𐳢𐳦𐳫𐳢 𐲥𐳔𐳛𐳪𐳌𐳑𐳖𐳇
bc5d7231de 简化 outbound 设置;增补周边内容 (#754)
* Outbound simplification; Update compiling; Update commands; Update installation

* Unpretty caught

* Pretty?

* ...
2025-10-20 01:41:38 +00:00
iambabyninja
25cd499b6f RU VLESS: Add VLESS encryption 2025-10-19 13:34:41 +03:00
风扇滑翔翼
092edc0f93 VLESS: Add VLESS encryption 2025-10-19 10:15:06 +00:00
Yury Kastov
fb602736a0 fix: formatting of vlessRoute in routing documentation (#753) 2025-10-19 07:41:17 +03:00
风扇滑翔翼
27bdd567a5 REALITY: Add disable notice 2025-10-14 23:46:08 +08:00
风扇滑翔翼
d5164e5f3c uTLS: Default chrome 2025-10-14 22:29:12 +08:00
风扇滑翔翼
7ba3e70f10 Add or renamed to json in codeblock (#748)
and sth

Co-authored-by: Meow <197331664+Meo597@users.noreply.github.com>
2025-10-06 15:33:04 +00:00
Meow
ec8907c912 CN Route: Further explanation of domainStrategy's resolution behavior (#747)
* CN Route: Further explanation of domainStrategy's resolution behavior

3edfb0e335/app/router/router.go (L184-214)

* Update routing.md

* Update routing.md

* Update routing.md

* Update routing.md

---------

Co-authored-by: 风扇滑翔翼 <Fangliding.fshxy@outlook.com>
2025-10-06 01:36:17 +08:00
dependabot[bot]
6105747bcc Bump @types/node from 24.2.0 to 24.3.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.2.0 to 24.3.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-04 22:54:43 -04:00
dependabot[bot]
721bb18e46 Bump actions/setup-node from 4 to 5
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-04 22:54:07 -04:00
dependabot[bot]
0a5f209e3d Prettified Code! 2025-10-04 22:52:02 -04:00
dependabot[bot]
07d40277ef Bump postcss-loader from 8.1.1 to 8.2.0
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 8.1.1 to 8.2.0.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v8.1.1...v8.2.0)

---
updated-dependencies:
- dependency-name: postcss-loader
  dependency-version: 8.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-04 22:52:02 -04:00
yuhan6665
223bd8a65e Try fix trailingComma only for jsonc 2025-10-04 22:26:10 -04:00
yuhan6665
833d78a78d Try es5 2025-10-04 22:11:21 -04:00