equal
deleted
inserted
replaced
|
1 bind_dir = ./bind # bind's config directory (named.conf) |
|
2 master_dir = ./bind/master # location of the master zone directories |
|
3 zone_conf_dir = ./bind/zones.d # location of configs for the zones |
|
4 |
|
5 key_counter_end = 15 # Anzahl der Signierungen bis zum Key-Rollover |
|
6 sign_alert_time = 168 # Warn-Zeitraum vor dem Ablauf einer Zone-Signatur in h |
|
7 abl_zeit = 24 # Dauer des Key-Rollover (2 Schluessel) in h |
|
8 |
|
9 secondary = hh.schlittermann.de |
|
10 primary = pu.schlittermann.de |
|
11 hostmaster = hostmaster@schlittermann.de |
|
12 |
|
13 indexzone = idx.net.schlittermann.de # Name der Indexdatei |
|
14 |
|
15 template_dir = ./templates |
|
16 |
|
17 #this_host |
|
18 #this_ip |
|
19 #this_domain |
|
20 #secondary_ip |
|
21 #hostmaster |