diff --git a/README.md b/README.md index 5449971..bb05d17 100644 --- a/README.md +++ b/README.md @@ -122,9 +122,9 @@ ncat -u 127.0.0.1 2132 │ ┌───────────────────┐ ┌──────────┐ │ │ ┌──────────┐ ┌───────────────┐ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ dig google.com ├───► Level-1 │ │ │ │ Level-2 ├───► Google DNS:53 │ │ -│ │ @127.0.0.1 -p 4000│ │ Relayer ┼──┼ ENCRYPTED ┼─► Relayer │ │ │ │ -│ │ │ │ │ │ UDP │ │ │ └───────────────┘ │ -│ └───────────────────┘ └──────────┘ │ │ └──────────┘ │ +│ │ @127.0.0.1 -p 4000│ │ Relayer ┼──┼ ENCRYPTED ┼─► Relayer │ │ CloudFlare:53 │ │ +│ │ │ │ │ │ UDP │ │ │ │ │ │ +│ └───────────────────┘ └──────────┘ │ │ └──────────┘ └───────────────┘ │ │ │ │ │ │ │ │ │ └───────────────────────────────────────┘ └───────────────────────────────────┘ @@ -132,7 +132,7 @@ ncat -u 127.0.0.1 2132 ### Step 1: Start a Level-2 Relayer to the Google DNS Server(On your Cloud Server🖥️) ```sh -./grasshopper start --ci aes --co none -l "CLOUD_PUBLIC_IP:4000" -n "8.8.8.8:53" +./grasshopper start --ci aes --co none -l "CLOUD_PUBLIC_IP:4000" -n "8.8.8.8:53,1.1.1.1:53" ``` - `--ci aes`: Decrypts the packet from Level-1 Relayer.