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 814c743 commit 75d7253
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,20 @@ 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 │ │
│ │ │ │ │ │ │ │ │ │ │ │
│ └───────────────────┘ └─────────────────┘ │ │ └─────────────────┘ └───────────────┘ │
│ │ │ │
│ │ │ │
└──────────────────────────────────────────────┘ └───────────────────────────────────────────┘
```
### Step 1: Start a Level-2 Relayer to the Google DNS Server(On your Cloud Server🖥️)

```sh
Expand Down

0 comments on commit 75d7253

Please sign in to comment.