-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathrev.example.com.db
34 lines (33 loc) · 1.05 KB
/
rev.example.com.db
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
;
; BIND reverse zone data file for example.com
;
$TTL 604800
@ IN SOA example.com. root.example.com. (
20 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
;@ IN NS localhost.
;1.0.0 IN PTR localhost.
;Name Server Information
IN NS ns1.example.com.
;Reverse lookup for Name Server
101 IN PTR ns1.example.com.
;PTR Record IP address to HostName
101 IN PTR api.example.com.
101 IN PTR example.com
101 IN PTR ceph.example.com.
101 IN PTR mail.example.com.
101 IN PTR master1.example.com.
101 IN PTR minio.example.com.
101 IN PTR pgadmin.example.com.
101 IN PTR www.example.com.
102 IN PTR api.example.com.
102 IN PTR jupyter.example.com.
102 IN PTR aejupyter.example.com.
102 IN PTR jenkins.example.com.
102 IN PTR master2.example.com.
103 IN PTR master3.example.com.
103 IN PTR splunk.example.com.