dnstools.conf.example
changeset 98 c4236acf677d
parent 87 6d624831079f
equal deleted inserted replaced
97:e720f1f782a2 98:c4236acf677d
     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