Browse Source

Fixed non-relative URLs, and some grammar (#554)

pull/555/head
Mikhail Samodurov 3 months ago committed by GitHub
parent
commit
f968481da7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/config/routing.md
  2. 2
      docs/document/level-2/nginx_or_haproxy_tls_tunnel.md
  3. 2
      docs/en/config/routing.md
  4. 8
      docs/en/document/README.md
  5. 2
      docs/en/document/install.md
  6. 2
      docs/en/document/level-2/nginx_or_haproxy_tls_tunnel.md
  7. 4
      docs/ru/config/routing.md
  8. 2
      docs/ru/document/level-2/nginx_or_haproxy_tls_tunnel.md

2
docs/config/routing.md

@ -4,7 +4,7 @@
如常见用法是分流国内外流量,Xray 可以通过内部机制判断不同地区的流量,然后将它们发送到不同的出站代理。
有关路由功能更详细的解析:[路由 (routing) 功能简析](https://xtls.github.io/document/level-1/routing-lv1-part1.html)
有关路由功能更详细的解析:[路由 (routing) 功能简析](../document/level-1/routing-lv1-part1.md)。
## RoutingObject

2
docs/document/level-2/nginx_or_haproxy_tls_tunnel.md

@ -36,7 +36,7 @@ xray_client ---tcp--- nginx_client ---HTTPS--- nginx_sever ---tcp--- xray_server
服务端加入如下配置
服务器申请证书不再赘述,参考[白话文](https://xtls.github.io/document/level-0/ch06-certificates.html)
服务器申请证书不再赘述,参考[白话文](../level-0/ch06-certificates.md)
```
stream {

2
docs/en/config/routing.md

@ -4,7 +4,7 @@ The routing module can send inbound data through different outbound connections
A common use case is to split domestic and foreign traffic. Xray can use its internal mechanisms to determine the traffic from different regions and then send them to different outbound proxies.
For a more detailed analysis of the routing function, please refer to [Routing Function Analysis](https://xtls.github.io/document/level-1/routing-lv1-part1.html).
For a more detailed analysis of the routing function, please refer to [Routing Function Analysis](../document/level-1/routing-lv1-part1.md).
## RoutingObject

8
docs/en/document/README.md

@ -10,7 +10,7 @@ sidebar: auto
Xray supports various platforms, and you can get various versions of Xray from various sources and methods.
Please click [How to Download and Install Xray](./install.md) to get Xray
Please click [How to Download and Install Xray](./install.md) to get Xray.
## Configure and Run
@ -26,15 +26,15 @@ Please click [Command Parameters for Xray](./command.md) to view more commands a
## Improve Documents
If you're interested, please click [Documents](./document.md) to help us improve the documents, or click the`Help us improve this page!`
If you're interested, please click [Documents](./document.md) to help us improve the documents, or click the `Help us improve this page!`
We are very grateful to every Contributor for their contribution! You guys make Project X even stronger!
## Beginner Tutorial
A easy tutorial for beginner.
An easy tutorial for beginner.
Please click [小小白白话文](./level-0/) to view it.
Please click [Beginner Tutorial](./level-0/) to view it.
## Getting Started Tips

2
docs/en/document/install.md

@ -22,7 +22,7 @@ Download the compressed package of the corresponding platform, and use it after
Xray provides two verification methods:
- SHA1/SHA256 digest of the ZIP archive
- Reproducible build: Please refer to [Compile Xray](https://xtls.github.io/development/intro/compile.html)
- Reproducible build: Please refer to [Compile Xray](../development/intro/compile.html)
## Install on Windows

2
docs/en/document/level-2/nginx_or_haproxy_tls_tunnel.md

@ -36,7 +36,7 @@ xray_client ---tcp--- nginx_client ---HTTPS--- nginx_sever ---tcp--- xray_server
服务端加入如下配置
服务器申请证书不再赘述,参考[白话文](https://xtls.github.io/document/level-0/ch06-certificates.html)
服务器申请证书不再赘述,参考[白话文](../level-0/ch06-certificates.md)
```
stream {

4
docs/ru/config/routing.md

@ -5,7 +5,7 @@
Например, распространенным сценарием использования является разделение трафика на внутренний и внешний.
Xray может определять трафик из разных регионов с помощью внутренних механизмов и отправлять его через разные исходящие подключения.
Более подробное описание функции маршрутизации: [Введение в маршрутизацию (routing)](https://xtls.github.io/ru/document/level-1/routing-lv1-part1.html).
Более подробное описание функции маршрутизации: [Введение в маршрутизацию (routing)](../document/level-1/routing-lv1-part1.md).
## RoutingObject
@ -135,7 +135,7 @@ Xray может определять трафик из разных регион
Доступны следующие форматы:
- IP-адрес: например, `"127.0.0.1"`.
- [CIDR](https://ru.wikipedia.org/wiki/Бесклассовая_междоменная_маршрутизация): например, `"10.0.0.0/8"`.
- [CIDR](https://ru.wikipedia.org/wiki/Бесклассовая_адресация): например, `"10.0.0.0/8"`.
- Предопределенный список IP-адресов: этот список включен в каждый установочный пакет Xray и называется `geoip.dat`.
Используйте формат `"geoip:cn"`, где `geoip:` (в нижнем регистре) - префикс, за которым следует двухбуквенный код страны.
Поддерживаются практически все страны с доступом в Интернет.

2
docs/ru/document/level-2/nginx_or_haproxy_tls_tunnel.md

@ -36,7 +36,7 @@ xray_client ---tcp--- nginx_client ---HTTPS--- nginx_sever ---tcp--- xray_server
Добавьте следующую конфигурацию на стороне сервера.
Получение сертификата для сервера не рассматривается в данном руководстве. Обратитесь к [документации](https://xtls.github.io/document/level-0/ch06-certificates.html).
Получение сертификата для сервера не рассматривается в данном руководстве. Обратитесь к [документации](../level-0/ch06-certificates.md).
```
stream {

Loading…
Cancel
Save