forked from apple/ccs-calendarserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest-db.zones
31 lines (26 loc) · 2.01 KB
/
test-db.zones
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
example.com. 10800 IN SOA ns.example.com. admin.example.com. (
2012090810 ; serial
3600 ; refresh (1 hour)
900 ; retry (15 minutes)
1209600 ; expire (2 weeks)
86400 ; minimum (1 day)
)
10800 IN NS ns.example.com.
10800 IN A 127.0.0.1
ns.example.com. 10800 IN A 127.0.0.1
_caldavs._tcp.example.com. 10800 IN SRV 0 0 8443 example.com.
_ischedules._tcp.example.com. 10800 IN SRV 0 0 8443 example.com.
ischedule._domainkey.example.com. 10800 IN TXT "v=DKIM1; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDtocSHvSS1Nn0uIL4Sg+0wp6KcW31WRC4Fww8P+jvsVAazVOxvxkShNSd18EvApiNa55P8WgKVEu02OQePjnjKNqfgJPeajkWy/0CJn+d6rX/ncPMGX2EYzqXy/CyVqpcnVAosToymo6VHL6ufhzlyLJFDznLtV121CZLUZlAySQIDAQAB"
example.org. 10800 IN SOA ns.example.org. admin.example.org. (
2012090810 ; serial
3600 ; refresh (1 hour)
900 ; retry (15 minutes)
1209600 ; expire (2 weeks)
86400 ; minimum (1 day)
)
10800 IN NS ns.example.org.
10800 IN A 127.0.0.1
ns.example.org. 10800 IN A 127.0.0.1
_caldavs._tcp.example.org. 10800 IN SRV 0 0 8643 example.org.
_ischedules._tcp.example.org. 10800 IN SRV 0 0 8643 calendar.example.org.
ischedule2._domainkey.example.org. 10800 IN TXT "v=DKIM1; s=ischedule; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwwGYRfC59jFg7D8cvwdFDoxhnyZQh77dcl/1dvyMOz4leU/JSCp7M/cCh5Bgw440deV483sr1jCkyychIgBZCaPSHqItfwRgKPntnifuCzWHfv5gZE+JI+tWBXvUs4ao4dWH7VjmUyj49QfZ/NGNKKG2Xtr3In7/7qdbfg7tVRQIDAQAB"