Skip to content

Commit da0c679

Browse files
committed
cilium nat464 post refactor
1 parent 7beb5f8 commit da0c679

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/posts/cilium-nat64.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@ Example:
112112
google.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
116116
google.com has address 142.250.190.78
117117
google.com has IPv6 address 2607:f8b0:4009:803::200e
118118
```
119119

120120
github.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
124124
github.com has address 140.82.113.4
125125
github.com has IPv6 address 64:ff9b::8c52:7104
126126
```
@@ -134,7 +134,7 @@ github.com has IPv6 address 64:ff9b::8c52:7104
134134
Our 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

0 commit comments

Comments
 (0)