Ignore:
Timestamp:
Oct 12, 2014, 1:31:47 PM (10 years ago)
Author:
wouter
Message:

Unbound aangepast naar /var/unbound

Location:
branches/releng-10/nanobsd/files/var/unbound
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/releng-10/nanobsd/files/var/unbound/unbound.conf.sample

    r12941 r12955  
    203203        #
    204204        # If you give "" no chroot is performed. The path must not end in a /.
    205         # chroot: "/usr/local/etc/unbound"
     205        # chroot: "/var/unbound"
    206206
    207207        # if given, user privileges are dropped (after binding port),
     
    213213        # relative to this directory. If you give "" the working directory
    214214        # is not changed.
    215         # directory: "/usr/local/etc/unbound"
     215        # directory: "/var/unbound"
    216216
    217217        # the log file, "" means log to stderr.
     
    230230
    231231        # the pid file. Can be an absolute path outside of chroot/work dir.
    232         # pidfile: "/usr/local/etc/unbound/unbound.pid"
     232        # pidfile: "/var/unbound/unbound.pid"
    233233
    234234        # file to read root hints from.
     
    343343        # Please note usage of unbound-anchor root anchor is at your own risk
    344344        # and under the terms of our LICENSE (see that file in the source).
    345         # auto-trust-anchor-file: "/usr/local/etc/unbound/root.key"
     345        # auto-trust-anchor-file: "/var/unbound/root.key"
    346346
    347347        # File with DLV trusted keys. Same format as trust-anchor-file.
     
    533533python:
    534534        # Script file to load
    535         # python-script: "/usr/local/etc/unbound/ubmodule-tst.py"
     535        # python-script: "/var/unbound/ubmodule-tst.py"
    536536
    537537# Remote control config section.
     
    550550
    551551        # unbound server key file.
    552         # server-key-file: "/usr/local/etc/unbound/unbound_server.key"
     552        # server-key-file: "/var/unbound/unbound_server.key"
    553553
    554554        # unbound server certificate file.
    555         # server-cert-file: "/usr/local/etc/unbound/unbound_server.pem"
     555        # server-cert-file: "/var/unbound/unbound_server.pem"
    556556
    557557        # unbound-control key file.
    558         # control-key-file: "/usr/local/etc/unbound/unbound_control.key"
     558        # control-key-file: "/var/unbound/unbound_control.key"
    559559
    560560        # unbound-control certificate file.
    561         # control-cert-file: "/usr/local/etc/unbound/unbound_control.pem"
     561        # control-cert-file: "/var/unbound/unbound_control.pem"
    562562
    563563# Stub zones.
Note: See TracChangeset for help on using the changeset viewer.