@@ -6,24 +6,23 @@ This script:
6
6
* Generates docker-compose.yml and reality (xray) configuration
7
7
* Generates client configuration string and QRcode
8
8
9
- ## Quick start
10
- Install everything with a single commmad with default config:
9
+ This script is designed for Ubuntu and Debian.
10
+
11
+ ## Installation
12
+ Copy and pase the line below in terminal:
11
13
```
12
- curl -sL https://bit.ly/realityez|bash
14
+ bash <( curl -sL https://bit.ly/realityez)
13
15
```
16
+ After a while you will get confgiuration string and QR code:
17
+ ![ image] ( https://user-images.githubusercontent.com/39186039/232563871-0140e10a-22b4-4653-9bc9-cdba519a8b41.png )
14
18
15
- ## Custom Installation
19
+ ## Generate new configuration
20
+ If you want to remove old configuration and generate new configuration, copy and pase this line:
16
21
```
17
- mkdir reality
18
- cd reality
19
- curl -fsSL https://raw.githubusercontent.com/aleskxyz/reality-ezpz/master/reality-ezpz.sh -o reality-ezpz.sh
20
- sudo bash reality-ezpz.sh <domain> <install_path>
22
+ bash <(curl -sL https://bit.ly/realityez) regenerate
21
23
```
22
- In the above command, you should replace ` <domain> ` with the domain that your server pretends to host. (default: yandex.com)
23
24
24
- You can also replace ` <install_path> ` with the path that you want this script store its files there. (default: $HOME/reality)
25
+ ## Customization
26
+ This script stores configurations in ` $HOME/reality ` and uses the TLS of ` yandex.com `
25
27
26
- After first run, a file named ` config ` will be created that stores all of your configuration.
27
-
28
- ## Output
29
- ![ image] ( https://user-images.githubusercontent.com/39186039/232563871-0140e10a-22b4-4653-9bc9-cdba519a8b41.png )
28
+ You can edit these defaults by downloading the script in your server and edit first lines.
0 commit comments