forked from cragr/okd4_files
-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.192.168.1
24 lines (21 loc) · 865 Bytes
/
db.192.168.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$TTL 604800
@ IN SOA okd4-services.okd.local. admin.okd.local. (
6 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ; Negative Cache TTL
)
; name servers - NS records
IN NS okd4-services.okd.local.
; name servers - PTR records
210 IN PTR okd4-services.okd.local.
; OpenShift Container Platform Cluster - PTR records
200 IN PTR okd4-bootstrap.lab.okd.local.
201 IN PTR okd4-control-plane-1.lab.okd.local.
202 IN PTR okd4-control-plane-2.lab.okd.local.
203 IN PTR okd4-control-plane-3.lab.okd.local.
204 IN PTR okd4-compute-1.lab.okd.local.
205 IN PTR okd4-compute-2.lab.okd.local.
210 IN PTR api.lab.okd.local.
210 IN PTR api-int.lab.okd.local.