equal
deleted
inserted
replaced
1 bind_dir = ./bind # bind's config directory (named.conf) |
1 bind_dir = ./tmp/bind # bind's config directory (named.conf) |
2 master_dir = ./bind/master # location of the master zone directories |
2 master_dir = ./tmp/bind/master # location of the master zone directories |
3 zone_conf_dir = ./bind/zones.d # location of configs for the zones |
3 zone_conf_dir = ./tmp/bind/zones.d # location of configs for the zones |
4 |
4 |
5 key_counter_end = 15 # Anzahl der Signierungen bis zum Key-Rollover |
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 |
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 |
7 abl_zeit = 24 # Dauer des Key-Rollover (2 Schluessel) in h |
8 |
8 |