Skip to content

Commit 202ed9b

Browse files
committed
add quad9 and xenserver
1 parent 6d6abb0 commit 202ed9b

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,13 @@ tcpdump -i eth0 -s 1500 port not 22 | strings | grep "frag"
159159
# Check current DNS servers used
160160
cat /etc/resolv.conf
161161

162+
# Google public recursive DNS
163+
8.8.8.8
164+
8.8.4.4
165+
166+
# Quad9 public recursive DNS
167+
9.9.9.9
168+
162169
# Level3 public recursive DNS
163170
4.2.2.1
164171
4.2.2.2
@@ -167,10 +174,6 @@ cat /etc/resolv.conf
167174
4.2.2.5
168175
4.2.2.6
169176

170-
# Google public recursive DNS
171-
8.8.8.8
172-
8.8.4.4
173-
174177
# Like top, but for networking (built in macOS)
175178
nettop
176179

@@ -193,6 +196,9 @@ aws s3api list-objects --bucket <bucket_name> --output json --query "[sum(Conten
193196
ssh-keygen -t rsa -b 2048 -v
194197
ssh-copy-id -i ~/.ssh/<cert>.pub <user>@<server-ip>
195198

199+
# xenserver start all hosts
200+
xe vm-start --multiple
201+
196202
```
197203

198204
--------------------------

0 commit comments

Comments
 (0)