Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miladrahimi committed Jun 26, 2024
1 parent 65be033 commit b9f9a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Users <-> Relay Server <-> Upstream Server <-> Internet
* `<UPSTREAM-PASSWORD>`: The Shadowsocks password from the upstream server in the previous step.
1. If `ufw` is installed and enabled, run `ufw allow 8000`.
1. Run `docker compose up -d`.
1. Run `./clients.py` to generate client configuration links.
1. Run `./clients.py` to generate client configurations.
1. (Optional) Run `./../utils/bbr.sh` to setup BBR and speed up the server network.

### V2Ray Behind CDN
Expand Down Expand Up @@ -93,7 +93,7 @@ Follow these steps to set up V2Ray, Caddy (Web server) and CDN:
1. Visit your domain/subdomain in your web browser.
Wait until the [homepage](https://github.com/miladrahimi/v2ray-docker-compose/blob/master/v2ray-caddy-cdn/caddy/web/index.html) is loaded.
1. In the CDN panel, enable the proxy option for the record created during the first step.
1. Run `./vmess.py` to generate client configuration link.
1. Run `./vmess.py` to generate client configuration.
1. (Optional) Run `./../utils/bbr.sh` to setup BBR and speed up the server network.

**Notes**
Expand Down

0 comments on commit b9f9a97

Please sign in to comment.