Changeset 7594 for 2.0


Ignore:
Timestamp:
Mar 19, 2010, 9:17:25 PM (15 years ago)
Author:
richardvm
Message:

Added wleiden.net zone

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 2.0/nanobsd/nanobsd/files/usr/local/etc/mararc

    r7580 r7594  
    55# We must initialize the csv2 hash, or MaraDNS will be unable to
    66# load any csv2 zone files
    7 #csv2 = {}
     7csv2 = {}
    88
    99# This is just to show the format of the file
    1010#csv2["example.com."] = "db.example.com"
    1111
     12csv2["wleiden.net."] = "db.wleiden.net"
     13
    1214# The address this DNS server runs on.  If you want to bind
    1315# to multiple addresses, separate them with a comma like this:
    14 ipv4_bind_addresses = "0.0.0.0"
     16ipv4_bind_addresses = "127.0.0.1"
    1517# The directory with all of the zone files
    1618chroot_dir = "/usr/local/etc/maradns"
     
    212214# And that does it for the caching at this point
    213215
     216
Note: See TracChangeset for help on using the changeset viewer.