dependabot[bot]
4f761eb565
Upgrade: Bump sass-loader from 13.0.0 to 13.1.0
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 13.0.0 to 13.1.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v13.0.0...v13.1.0 )
---
updated-dependencies:
- dependency-name: sass-loader
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
24873b7820
Upgrade: Bump @types/node from 18.7.1 to 18.8.0
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.7.1 to 18.8.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-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
OrdosX
a1f20aff14
update routing config of api
2 years ago
dependabot[bot]
ff7c7ea816
Upgrade: Bump @types/node from 18.6.1 to 18.7.1
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.6.1 to 18.7.1.
- [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-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
d62966b57c
Upgrade: Bump esbuild from 0.14.38 to 0.15.0
...
Bumps [esbuild](https://github.com/evanw/esbuild ) from 0.14.38 to 0.15.0.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.14.38...v0.15.0 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
xqzr
bbad8563ff
Update grpc.md
2 years ago
xqzr
cdc19d6059
Update h2.md
2 years ago
dependabot[bot]
db51d8c4dc
Upgrade: Bump @types/node from 18.0.0 to 18.6.1
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.0.0 to 18.6.1.
- [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-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
1cc1632d1f
Upgrade: Bump bootstrap and @types/bootstrap
...
Bumps [bootstrap](https://github.com/twbs/bootstrap ) and [@types/bootstrap](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bootstrap ). These dependencies needed to be updated together.
Updates `bootstrap` from 5.1.3 to 5.2.0
- [Release notes](https://github.com/twbs/bootstrap/releases )
- [Commits](https://github.com/twbs/bootstrap/compare/v5.1.3...v5.2.0 )
Updates `@types/bootstrap` from 5.1.11 to 5.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bootstrap )
---
updated-dependencies:
- dependency-name: bootstrap
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: "@types/bootstrap"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
rootmelo92118
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>
2 years ago
yuhan6665
993a8dd177
Add traffic stats tutorial ( #284 )
...
* Add traffic stats tutorial
Co-authored-by: ben-august <36500518+ben-august@users.noreply.github.com>
* fix prettier
Co-authored-by: ben-august <36500518+ben-august@users.noreply.github.com>
2 years ago
JuanCC
e1e74c55be
添加:Gentoo linux的xray安装方法
...
之前的没有通过Prettier linting,这次我重新整理了资料,调整了格式。
2 years ago
xqzr
06d1119634
`idle_timeout` 10 => 60
2 years ago
wy580477
03b3716c2d
Flush route table after nft service stops ( #281 )
...
* Update tproxy.md
Sometimes nft service fails to start due to "RTNETLINK answers: File exists" error.
This commit flushes route table after service stops.
* Update tproxy.md
2 years ago
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
2 years ago
Kobe Arthur Scofield
c5b5ae1a52
Update links ( #279 )
...
* Update links (sync with README)
* Update links
* Update Windows platform
Now having ARM64 release
* Try to make prettier happy
* Try to make prettier happier
* Update links.md
* Update links.md
2 years ago
dependabot[bot]
0ceeaa91c5
Upgrade: Bump @types/node from 17.0.31 to 18.0.0
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.31 to 18.0.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-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Kobe Arthur Scofield
1cc7c80c97
Update routing.md
2 years ago
Kobe Arthur Scofield
9e2ff69025
Update VMess MD5 header deprecation
2 years ago
rootmelo92118
6ae9c532fb
Update dns.md
2 years ago
dependabot[bot]
719c79071d
Upgrade: Bump prettier from 2.6.2 to 2.7.0
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.6.2 to 2.7.0.
- [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/2.6.2...2.7.0 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
yuhan6665
d8459e1fae
Attampt to fix prettier format
2 years ago
rootmelo92118
f5dd51a772
Update install.md ( #272 )
...
* Update install.md
* Update dns.md
2 years ago
rootmelo92118
1eb1b7253f
Update dns.md
2 years ago
rain_flower
683166dc25
一个非常非常小的错别字更改
...
修复line333的“systemd”拼写错误
2 years ago
风扇滑翔翼
5b2201d1df
Update shadowsocks.md
3 years ago
dependabot[bot]
aae166bcd8
Upgrade: Bump postcss-loader from 6.2.1 to 7.0.0
...
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader ) from 6.2.1 to 7.0.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/v6.2.1...v7.0.0 )
---
updated-dependencies:
- dependency-name: postcss-loader
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
28e6cb0d6e
Upgrade: Bump sass-loader from 12.6.0 to 13.0.0
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 12.6.0 to 13.0.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v12.6.0...v13.0.0 )
---
updated-dependencies:
- dependency-name: sass-loader
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
世界
81718618fa
Add shadowsocks 2022 methods
3 years ago
dependabot[bot]
1cbd3ad7cf
Upgrade: Bump mermaid from 9.0.1 to 9.1.1
...
Bumps [mermaid](https://github.com/knsv/mermaid ) from 9.0.1 to 9.1.1.
- [Release notes](https://github.com/knsv/mermaid/releases )
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/knsv/mermaid/compare/9.0.1...9.1.1 )
---
updated-dependencies:
- dependency-name: mermaid
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
yuhan6665
eba0ad16c7
Update dependabot.yml
...
ignore dependency updates only to patch version
3 years ago
dependabot[bot]
91129e4001
Upgrade: Bump @types/node from 17.0.27 to 17.0.31
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.27 to 17.0.31.
- [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-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
d354944d72
Upgrade: Bump @types/bootstrap from 5.1.10 to 5.1.11
...
Bumps [@types/bootstrap](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bootstrap ) from 5.1.10 to 5.1.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bootstrap )
---
updated-dependencies:
- dependency-name: "@types/bootstrap"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
yuhan6665
cbcf957caa
Attampt to fix prettier format
3 years ago
yuhan6665
aa0571a819
Update dependabot.yml
...
Disable vuepress update due to breaking change in https://github.com/vuepress/vuepress-next/releases/tag/v2.0.0-beta.40
3 years ago
venorz
9893b8903e
Update ch08-xray-clients.md
...
大佬好, 我是看您的教程入门的。最近阅读了一些文档后,发现教程关于DNS的设置似乎有误。不知道我的理解对不对 忘大佬指正。
更改内容:
1. "domainStrategy"设置为"AsIs"会忽略DNS服务器设置,所以改为"IPIfNonMatch".
2. 路由规则中没有配置DNS查询流量应该走什么出站,会默认全部走proxy,某些情况下可能返回不正确的查询结果,参考[漫谈各种黑科技式 DNS 技术在代理环境中的应用](https://tachyondevel.medium.com/%E6%BC%AB%E8%B0%88%E5%90%84%E7%A7%8D%E9%BB%91%E7%A7%91%E6%8A%80%E5%BC%8F-dns-%E6%8A%80%E6%9C%AF%E5%9C%A8%E4%BB%A3%E7%90%86%E7%8E%AF%E5%A2%83%E4%B8%AD%E7%9A%84%E5%BA%94%E7%94%A8-62c50e58cbd0 )
3 years ago
even
3e70fffccd
添加证书安装步骤
3 years ago
tzmax
017680542a
add: xray-clients addition V2RayXS application ( #211 )
...
* add: xray-clients addition V2RayXS application
* add: Add V2RayXS to the macos client supporting VLESS protocol
3 years ago
yuhan6665
8d10caada2
Update dependencies
...
"bootstrap": "^5.1.3"
"vuepress-plugin-mermaidjs": "^2.0.0-beta.2"
"@types/mermaid": "^8.2.9"
"@types/node": "^17.0.27"
"postcss-loader": "^6.2.1"
"sass": "^1.51.0"
"sass-loader": "^12.6.0"
3 years ago
yuhan6665
b5cf80ad67
Update dependencies
...
Upgrade: Bump @popperjs/core from 2.10.1 to 2.11.5
Upgrade: Bump mermaid from 8.12.1 to 9.0.1
Upgrade: Bump @types/bootstrap from 5.1.4 to 5.1.10
Upgrade: Bump prettier from 2.4.0 to 2.6.2
Upgrade: Bump @types/jquery from 3.5.6 to 3.5.14
3 years ago
yuhan6665
3fe58013f0
Revert failing dependency updates ( #242 )
...
* Revert "Upgrade: Bump @vuepress/plugin-back-to-top"
This reverts commit 6df34ef39e
.
* Revert "Upgrade: Bump @vuepress/plugin-search"
This reverts commit 3cfce26bce
.
* Revert "Upgrade: Bump @vuepress/bundler-vite from 2.0.0-beta.25 to 2.0.0-beta.39"
This reverts commit e9cbb20e9b
.
* Revert "Upgrade: Bump vuepress from 2.0.0-beta.25 to 2.0.0-beta.39"
This reverts commit 5b0baad589
.
3 years ago
dependabot[bot]
6df34ef39e
Upgrade: Bump @vuepress/plugin-back-to-top
...
Bumps [@vuepress/plugin-back-to-top](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-back-to-top ) from 2.0.0-beta.25 to 2.0.0-beta.38.
- [Release notes](https://github.com/vuejs/vuepress/releases )
- [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vuepress/commits/HEAD/packages/@vuepress/plugin-back-to-top )
---
updated-dependencies:
- dependency-name: "@vuepress/plugin-back-to-top"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
3cfce26bce
Upgrade: Bump @vuepress/plugin-search
...
Bumps [@vuepress/plugin-search](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-search ) from 2.0.0-beta.25 to 2.0.0-beta.38.
- [Release notes](https://github.com/vuejs/vuepress/releases )
- [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vuepress/commits/HEAD/packages/@vuepress/plugin-search )
---
updated-dependencies:
- dependency-name: "@vuepress/plugin-search"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
e9cbb20e9b
Upgrade: Bump @vuepress/bundler-vite from 2.0.0-beta.25 to 2.0.0-beta.39
...
Bumps [@vuepress/bundler-vite](https://github.com/vuepress/vuepress-next ) from 2.0.0-beta.25 to 2.0.0-beta.39.
- [Release notes](https://github.com/vuepress/vuepress-next/releases )
- [Changelog](https://github.com/vuepress/vuepress-next/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.25...v2.0.0-beta.39 )
---
updated-dependencies:
- dependency-name: "@vuepress/bundler-vite"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
5b0baad589
Upgrade: Bump vuepress from 2.0.0-beta.25 to 2.0.0-beta.39
...
Bumps [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress ) from 2.0.0-beta.25 to 2.0.0-beta.39.
- [Release notes](https://github.com/vuejs/vuepress/releases )
- [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vuepress/commits/HEAD/packages/vuepress )
---
updated-dependencies:
- dependency-name: vuepress
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
33c4b68bea
Upgrade: Bump esbuild from 0.12.26 to 0.14.38
...
Bumps [esbuild](https://github.com/evanw/esbuild ) from 0.12.26 to 0.14.38.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.12.26...v0.14.38 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
xqzr
70310e7ec6
Merge pull request #232 from 4piu/patch-1
...
Fix broken links
3 years ago
xqzr
edf8b8b8c7
Merge pull request #189 from lxsq/patch-1
...
修改拼写错误
3 years ago
xqzr
ad4174dc21
Merge pull request #158 from xqzr/patch-12
...
add `initial_windows_size`
3 years ago
xqzr
50ffb32fa3
Merge pull request #148 from xqzr/patch-11
...
fix TIP
3 years ago