Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaci authored Dec 13, 2024
1 parent 75d7253 commit fe4cf9f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,18 +105,18 @@ ncat -u 127.0.0.1 2132

## Cases-2 Secure DNS query
```
┌────────────────── YOUR─LAPTOP ──────────────┐ ┌───────────────── CLOUD─SERVER ───────────┐
│ │
│ │
┌───────────────────┐ │ │
│ │ ┌─────────────────┐ │ ┌─────────────────┐ ┌───────────────┐
│ dig google.com ───► │ │ │ │ │ │
│ @127.0.0.1 -p 4000│ │ Level-1 Relayer ┼─┼ Encrypted ┼──► Level-2 Relayer ┼───► Google DNS:53 │ │
│ │ │ │ │ │ │
└───────────────────┘ └─────────────────┘ │ │ └─────────────────└───────────────┘
│ │
│ │
└──────────────────────────────────────────────┘ └───────────────────────────────────────────┘
┌──────────── YOUR─LAPTOP ──────────────┐ ┌────────── CLOUD─SERVER ───────────┐
│ │ │ │
│ │ │ │
│ ┌───────────────────┐ ┌──────────┐ │ │ ┌──────────┐ ┌───────────────┐
│ │ │ │ │ │ │ │
│ │ dig google.com ───► Level-1 │ │ │ Level-2 ├───► Google DNS:53 │ │
│ │ @127.0.0.1 -p 4000│ │ Relayer ┼──┼ ENCRYPTED ┼─Relayer │ │ │ │
│ │ │ │ │ │ UDP │ │ └───────────────┘
│ └───────────────────┘ └──────────│ │ └──────────┘
│ │ │ │
│ │ │ │
└───────────────────────────────────────┘ └───────────────────────────────────┘
```
### Step 1: Start a Level-2 Relayer to the Google DNS Server(On your Cloud Server🖥️)

Expand Down

0 comments on commit fe4cf9f

Please sign in to comment.