Skip to content

Commit 394d444

Browse files
authored
Merge pull request #45406 from Amrita42/example.com
replaced two instances of foo.com
2 parents cd7b285 + 88ad816 commit 394d444

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nw-dns-forward.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
servers:
4040
- name: foo-server <1>
4141
zones: <2>
42-
- foo.com
42+
- example.com
4343
forwardPlugin:
4444
policy: Random <3>
4545
upstreams: <4>
@@ -91,7 +91,7 @@ $ oc get configmap/dns-default -n openshift-dns -o yaml
9191
apiVersion: v1
9292
data:
9393
Corefile: |
94-
foo.com:5353 {
94+
example.com:5353 {
9595
forward . 1.1.1.1 2.2.2.2:5353
9696
}
9797
bar.com:5353 example.com:5353 {

0 commit comments

Comments
 (0)