switch to xray + XTLS + TCP + fallback Nginx

This commit is contained in:
quackerd 2021-02-01 03:00:20 -05:00
parent 090667f9c9
commit 3370cea410
Signed by: d
GPG Key ID: F73412644EDE357A
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ d2ray opens 443 and 80. xray listens on 443 with VLESS fallback to Nginx. Nginx
- To start over or to update the existing configuration. Simply change `config.yml`, rerun `configure.py` and restart the stack.
### Client connections
Client conf files are generated in `build/clients/[name]_[uuid]/config.json`. Clients simply need to download the most recent xray release and replace `config.json` with the ones generated. The config file by default directly connects to CN mainland websites and proxies foreign websites. The same goes for DNS lookups.
Client conf files are generated in `build/clients/[client name]/config.json`. Clients simply need to download the most recent xray release and replace `config.json` with the ones generated. The config file by default directly connects to CN mainland websites and proxies foreign websites. The same goes for DNS lookups.
You can customize the template file `client_conf.in` to generate custom client conf files.