mirror of
https://github.com/EvgenyNerush/easy-xray.git
synced 2026-09-02 05:21:47 +03:00
add note about no additional encryption layer
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
# easy-xray
|
# easy-xray
|
||||||
|
|
||||||
*Script for Linux which makes XRay installation and configuration easy.*
|
*Script for Linux which makes XRay installation and configuration easy*
|
||||||
|
|
||||||
(todo) [Readme in Russian](README.ru.md)
|
(todo) [Readme in Russian](README.ru.md)
|
||||||
|
|
||||||
(todo) [Readme in Chinese](README.cn.md)
|
(todo) [Readme in Chinese](README.cn.md)
|
||||||
|
|
||||||
[XRay (aka ProjectX)](https://xtls.github.io/en/) is a frontier solution to surpass the internet censorship. It can work as a server and as
|
[XRay (aka ProjectX)](https://xtls.github.io/en/) is a frontier solution to surpass the internet censorship. It can work as a server and as
|
||||||
@@ -27,17 +28,24 @@ distributives.
|
|||||||
|
|
||||||
### How it works
|
### How it works
|
||||||
|
|
||||||
With current configs, *XRay* creates a [grpc](https://en.wikipedia.org/wiki/GRPC) tunnel between the client (your laptop, phone etc.) and
|
With current configs, *XRay* creates a tunnel between the client (your laptop, phone etc.) and the server (your VPS). The tunnel uses *VLESS
|
||||||
the server (your VPS). For the censor the tunnel looks like a usual connection to a site. The server responses to https requests as some
|
Reality* protocol that obfuscates traffic and in our case imitates [grpc](https://en.wikipedia.org/wiki/GRPC). For the censor the tunnel
|
||||||
popular site thus it is not suspicious for an active probing. On the client side *XRay* creates a socks proxy which can be used by your
|
looks like a usual connection to a site. The server responses to https requests as some popular site thus it is not suspicious for an active
|
||||||
web browser, telegram or TorBrowser like that:
|
probing. On the client side *XRay* creates a socks proxy which can be used by your Telegram or web
|
||||||
|
browser like this:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
Note that there is no additional encryption layer in VLESS; using it you rely on the encryption that the browser (Telegram app etc.) makes.
|
||||||
|
|
||||||
|
### Other clients
|
||||||
|
|
||||||
|
For Windows, MacOS or Android you can try Nekobox, v2rayNG or ? (TODO): tests and config generation for them.
|
||||||
|
|
||||||
### Acknowledgements
|
### Acknowledgements
|
||||||
|
|
||||||
[This article (in Russian)](https://habr.com/ru/articles/731608/) helped me to install *XRay* for the first time.
|
[This article (in Russian)](https://habr.com/ru/articles/731608/) helped me to install *XRay* for the first time.
|
||||||
[XRay config reference](https://xtls.github.io/en/config/) is brilliant and helped me much.
|
[XRay config reference](https://xtls.github.io/en/config/) is brilliant and helped me much.
|
||||||
[Configs](https://github.com/XTLS/Xray-examples/tree/main/VLESS-gRPC-REALITY) on which the template configs are based.
|
[Configs](https://github.com/XTLS/Xray-examples/tree/main/VLESS-gRPC-REALITY) on which the template configs are based.
|
||||||
|
|
||||||
(TODO) about, reality-vless, domains, browser settings, no encription(!), choose domain names or geoip, configs for phone...
|
(TODO) logging, choose domain names or geoip, configs for phone...
|
||||||
|
|||||||
Reference in New Issue
Block a user