Ignore:
Timestamp:
Jun 13, 2017, 8:18:57 AM (8 years ago)
Author:
rick
Message:

Stripping the number of resolvers unbound can use.

Unbound does not handle multiple resolvers well it internal 'logic' keeps
pounding and checking all resolvers making it a very slow process. By limiting
the count of resolvers it sould be more happy.

Count limititing is done using two-phase approch, firstly the initial resolvers
are limited to a fixed set of resolvers, secondly the list is updated based on
the results of the zone inquiries.

While here, ensure the listen is set on dynamic ranges ensuring failing
interfaces will not bring down the DNS server.

Making the list more limited and based on active resolvers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-11/nanobsd/files/etc/crontab

    r13768 r13911  
    44#
    55SHELL=/bin/sh
    6 PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin
     6PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
    77HOME=/var/log
    88#
     
    3131# Write updates for ntp.drift to flash
    32320       12      *       *       *       root    /tools/store-ntpdrift
    33 #
    3433# Nagios checks
    3534*/15    *       *       *       *       root    /tools/check-inet-alive
     
    3736*/15    *       *       *       *       root    /tools/nameserver-shuffle cron
    3837# Autoritive zone file updater
    39 0       *       *       *       *       root    sleep `jot -r 1 900` && /tools/update-nsd-zones
     380       *       *       *       *       root    /tools/update-nsd-zones cron
Note: See TracChangeset for help on using the changeset viewer.