Skip to content

Commit 34b903b

Browse files
authored
Merge pull request #30720 from codyhoag/ptr-typo
BZ#1941633 Fix example typo
2 parents c1438c8 + 5c3dc33 commit 34b903b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/installation-dns-user-infra.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ $TTL 1W
152152
;
153153
96 IN PTR bootstrap.ocp4.example.com.
154154
;
155-
5 IN PTR api.ocp4.ocp4.example.com.
156-
5 IN PTR api-int.ocp4.ocp4.example.com.
155+
5 IN PTR api.ocp4.example.com.
156+
5 IN PTR api-int.ocp4.example.com.
157157
;
158158
11 IN PTR worker0.ocp4.example.com.
159159
7 IN PTR worker1.ocp4.example.com.

0 commit comments

Comments
 (0)