From c9b6e860f208fc9d618f5433c79bb93e18b59494 Mon Sep 17 00:00:00 2001 From: Keivan Ipchi Hagh Date: Thu, 13 Apr 2023 15:49:16 +0330 Subject: [PATCH] fix: add missing step for CDN --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e65288..22155f4 100644 --- a/README.md +++ b/README.md @@ -125,13 +125,14 @@ $ bash scripts/bbr.sh ## 🧱 Hide behind CDN This part is tricky! Make sure your VPN does indeed work **before** following the next procedure: -1. Create a new inbound with the following configurations: +1. On Cloudflare, turn on *Strict SSL/TLS* +2. Create a new inbound with the following configurations: - Protocol: `vmess` or `vless` - Port: preferably `443` (default HTTPS port) - Transmission: `ws` - Turn on TLS, fill *domain* and certification files like before -2. Turn on proxied on Cloudflare (CDN) -3. Wait about a minute or two for it to process. You can check if changes are applyed pinging your subdomain and notice your real server IP is now hidden! +3. Turn on proxied on Cloudflare (CDN) +4. Wait about a minute or two for it to process. You can check if changes are applyed pinging your subdomain and notice your real server IP is now hidden! > **Warning** > **TCP** and **UDP** protocols no longer work with CDN enabled, as CDN is a streaming service! Use only *Websocket*.