File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,15 +112,15 @@ Example:
112
112
google.com has both an A record and a AAAA record.
113
113
114
114
` ` ` sh
115
- root@testvm:/home/kagraw # host google.com
115
+ root@testvm# host google.com
116
116
google.com has address 142.250.190.78
117
117
google.com has IPv6 address 2607:f8b0:4009:803::200e
118
118
` ` `
119
119
120
120
github.com only has an A record but since we're using a DNS64 server we receive a (translated) AAAA record as well.
121
121
122
122
` ` ` sh
123
- root@testvm:/home/kagraw # host github.com
123
+ root@testvm# host github.com
124
124
github.com has address 140.82.113.4
125
125
github.com has IPv6 address 64:ff9b::8c52:7104
126
126
` ` `
@@ -134,7 +134,7 @@ github.com has IPv6 address 64:ff9b::8c52:7104
134
134
Our moment of truth has finally arrived ⏳
135
135
136
136
` ` ` sh
137
- root@testvm:/home/kagraw # curl -6 -v github.com
137
+ root@testvm# curl -6 -v github.com
138
138
* Trying 64:ff9b::8c52:7104:80...
139
139
* Connected to github.com (64:ff9b::8c52:7104) port 80 (#0)
140
140
> GET / HTTP/1.1
You can’t perform that action at this time.
0 commit comments