- Timestamp:
- Mar 19, 2010, 9:17:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2.0/nanobsd/nanobsd/files/usr/local/etc/mararc
r7580 r7594 5 5 # We must initialize the csv2 hash, or MaraDNS will be unable to 6 6 # load any csv2 zone files 7 #csv2 = {}7 csv2 = {} 8 8 9 9 # This is just to show the format of the file 10 10 #csv2["example.com."] = "db.example.com" 11 11 12 csv2["wleiden.net."] = "db.wleiden.net" 13 12 14 # The address this DNS server runs on. If you want to bind 13 15 # to multiple addresses, separate them with a comma like this: 14 ipv4_bind_addresses = " 0.0.0.0"16 ipv4_bind_addresses = "127.0.0.1" 15 17 # The directory with all of the zone files 16 18 chroot_dir = "/usr/local/etc/maradns" … … 212 214 # And that does it for the caching at this point 213 215 216
Note:
See TracChangeset
for help on using the changeset viewer.