diff options
author | des <des@FreeBSD.org> | 2014-07-19 00:11:51 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2014-07-19 00:11:51 +0000 |
commit | c9de77e94aa98ff1b2d1c7edae7bb9af52c347b8 (patch) | |
tree | 396c716a0c4eba52f41d6a80c75449642388dff3 | |
parent | a69d192927ddd86b62c4418f2c6997981f9bfc9c (diff) | |
download | FreeBSD-src-c9de77e94aa98ff1b2d1c7edae7bb9af52c347b8.zip FreeBSD-src-c9de77e94aa98ff1b2d1c7edae7bb9af52c347b8.tar.gz |
Document the need to regenerate the local_unbound configuration.
-rw-r--r-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -31,6 +31,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW: disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20140719: + The default unbound configuration has been modified to address + issues with reverse lookups on networks that use private + address ranges. If you use the local_unbound service, run + "service local_unbound setup" as root to regenerate your + configuration, then "service local_unbound reload" to load the + new configuration. + 20140709: The GNU texinfo and GNU info pages are not built and installed anymore, WITH_INFO knob has been added to allow to built and install |