]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFH (r295535): use insecure-lan-zones option instead of hardcoded list
authordes <des@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 17 Feb 2016 11:38:43 +0000 (11:38 +0000)
committerdes <des@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 17 Feb 2016 11:38:43 +0000 (11:38 +0000)
commit9c3ba565750287a49c481463a1033dbd0cf03fbc
tree82b36c95528c17d098565eb1cd90fd9dfcb5bc3f
parent98b9fabeed1622aa10f97d0e15396cab70b5a414
MFH (r295535): use insecure-lan-zones option instead of hardcoded list

Approved by: re (glebius)
Relnotes: yes

git-svn-id: svn://svn.freebsd.org/base/stable/10@295691 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
15 files changed:
contrib/unbound/Makefile.in
contrib/unbound/doc/example.conf
contrib/unbound/doc/example.conf.in
contrib/unbound/doc/unbound.conf.5
contrib/unbound/doc/unbound.conf.5.in
contrib/unbound/services/localzone.c
contrib/unbound/util/as112.c [new file with mode: 0644]
contrib/unbound/util/as112.h [new file with mode: 0644]
contrib/unbound/util/config_file.c
contrib/unbound/util/config_file.h
contrib/unbound/util/configlexer.lex
contrib/unbound/util/configparser.y
contrib/unbound/validator/val_anchor.c
lib/libunbound/Makefile
usr.sbin/unbound/local-setup/local-unbound-setup.sh