File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,15 +112,15 @@ Example:
112112google.com has both an A record and a AAAA record.
113113
114114` ` ` sh
115- root@testvm:/home/kagraw # host google.com
115+ root@testvm# host google.com
116116google.com has address 142.250.190.78
117117google.com has IPv6 address 2607:f8b0:4009:803::200e
118118` ` `
119119
120120github.com only has an A record but since we're using a DNS64 server we receive a (translated) AAAA record as well.
121121
122122` ` ` sh
123- root@testvm:/home/kagraw # host github.com
123+ root@testvm# host github.com
124124github.com has address 140.82.113.4
125125github.com has IPv6 address 64:ff9b::8c52:7104
126126` ` `
@@ -134,7 +134,7 @@ github.com has IPv6 address 64:ff9b::8c52:7104
134134Our moment of truth has finally arrived ⏳
135135
136136` ` ` sh
137- root@testvm:/home/kagraw # curl -6 -v github.com
137+ root@testvm# curl -6 -v github.com
138138* Trying 64:ff9b::8c52:7104:80...
139139* Connected to github.com (64:ff9b::8c52:7104) port 80 (#0)
140140> GET / HTTP/1.1
You can’t perform that action at this time.
0 commit comments