Changeset 13696 in hybrid for branches/releng-11


Ignore:
Timestamp:
Jan 14, 2017, 12:31:50 AM (8 years ago)
Author:
rick
Message:

Implement named replacement for FreeBSD 11.

Unbound via ports, configured to listen to only specific interfaces.
For security purposes do not listen to outside world.

Depending on it's location, making sure the forwarders are internal
or external.

Note: Dropping support for autoritive nameserver, this feature is not
required anymore since our network is running stable now.

Location:
branches/releng-11/nanobsd/files
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-11/nanobsd/files/tools/wl-config

    r12464 r13696  
    3737# Determine it's statup and running location and some other hints
    3838# Skip named.conf as it not planned in current release
    39 FILES="authorized_keys dhcpd.conf dnsmasq.conf motd rc.conf.local resolv.conf pf.hybrid.conf.local wleiden.yaml"
     39FILES="authorized_keys dhcpd.conf dnsmasq.conf motd rc.conf.local resolv.conf pf.hybrid.conf.local unbound.wleiden.conf wleiden.yaml"
    4040file_details() {
    4141  POST_CMD=""
     
    8181     RUNNING_LOC="/etc/${FILE}"
    8282     POST_CMD="service pf reload"
     83   'unbound.wleiden.conf')
     84     STARTUP_LOC="/cfg/local/${FILE}"
     85     RUNNING_LOC="/usr/local/etc/${FILE}"
     86     POST_CMD="service unbound reload"
    8387   ;;
    8488   'wleiden.yaml')
Note: See TracChangeset for help on using the changeset viewer.