Skip to content

Commit 75d7253

Browse files
authored
Update README.md
1 parent 814c743 commit 75d7253

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,20 @@ ncat -u 127.0.0.1 2132
104104
```
105105

106106
## Cases-2 Secure DNS query
107-
107+
```
108+
┌────────────────── YOUR─LAPTOP ───────────────┐ ┌───────────────── CLOUD─SERVER ────────────┐
109+
│ │ │ │
110+
│ │ │ │
111+
│ ┌───────────────────┐ │ │ │
112+
│ │ │ ┌─────────────────┐ │ │ ┌─────────────────┐ ┌───────────────┐ │
113+
│ │ dig google.com ┼───► │ │ │ │ │ │ │ │
114+
│ │ @127.0.0.1 -p 4000│ │ Level-1 Relayer ┼─┼ Encrypted ┼──► Level-2 Relayer ┼───► Google DNS:53 │ │
115+
│ │ │ │ │ │ │ │ │ │ │ │
116+
│ └───────────────────┘ └─────────────────┘ │ │ └─────────────────┘ └───────────────┘ │
117+
│ │ │ │
118+
│ │ │ │
119+
└──────────────────────────────────────────────┘ └───────────────────────────────────────────┘
120+
```
108121
### Step 1: Start a Level-2 Relayer to the Google DNS Server(On your Cloud Server🖥️)
109122

110123
```sh

0 commit comments

Comments
 (0)