File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,20 @@ ncat -u 127.0.0.1 2132
104
104
```
105
105
106
106
## 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
+ ```
108
121
### Step 1: Start a Level-2 Relayer to the Google DNS Server(On your Cloud Server🖥️)
109
122
110
123
``` sh
You can’t perform that action at this time.
0 commit comments