Changeset 901 for trunk/dnsdb.conf


Ignore:
Timestamp:
08/11/25 16:34:14 (6 hours ago)
Author:
Kris Deugau
Message:

/trunk

Unravel the BIND export options, make them a consistent group, and scrap
extras that aren't used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dnsdb.conf

    r891 r901  
    2929
    3030## BIND export options
    31 # config fragment populated by exports from dnsadmin
    32 #bind_zone_conf = /var/named/zones.conf
    33 # forward zone path
     31# Config fragment populated by exports from dnsadmin
     32#bind_export_zone_conf = /var/named/zones.conf
     33# Forward zone file path template
    3434#bind_export_zone_path = /var/named/zones/%view/db.%zone
    35 # because they're fish of a different colour
    36 #bind_export_reverse_zone_path = /var/named/zones/%view/db.%arpazone
    37 # export all hostnames as full dot-terminated FQDNs?
     35# Reverse zone file path template
     36#bind_export_reverse_zone_path = /var/named/zones/%view/db.%zone
     37# Export all hostnames as full dot-terminated FQDNs?
    3838#bind_export_fqdn = 1
    3939# Short TTL for "autoexpiry" of records.  Values between 1 and 10 or so may
Note: See TracChangeset for help on using the changeset viewer.