diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-03-29 12:13:13 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-03-29 12:13:13 +0000 |
commit | d18ccb187f7f69aeac59750041fe8730cff71c0a (patch) | |
tree | 82b312555eb2b711abc6b26a05d17e2cd43917f2 /usr.sbin/nsd | |
parent | 92c0e33ea787b128490e03841f0eb28272c4bc1d (diff) |
Enable the response rate limiting code in NSD in the default build,
see http://www.nlnetlabs.nl/blog/2012/10/11/nsd-ratelimit/ for more
information.
camield, phessler and deraadt agree this is a sane default.
Diffstat (limited to 'usr.sbin/nsd')
-rw-r--r-- | usr.sbin/nsd/Makefile.bsd-wrapper | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/nsd/Makefile.bsd-wrapper b/usr.sbin/nsd/Makefile.bsd-wrapper index 0ae4cd6904e..2f3641e295c 100644 --- a/usr.sbin/nsd/Makefile.bsd-wrapper +++ b/usr.sbin/nsd/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2011/06/11 12:48:19 schwarze Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2013/03/29 12:13:12 sthen Exp $ .include <bsd.own.mk> @@ -20,6 +20,7 @@ CONFIGURE_OPTS= --prefix=/usr \ --with-dbfile=${CHROOTDIR}/db/nsd.db \ --with-difffile=${CHROOTDIR}/run/ixfr.db \ --with-xfrdfile=${CHROOTDIR}/run/xfrd.state \ + --enable-ratelimit \ --enable-root-server PROG= nsd nsd-zonec nsd-notify nsd-checkconf nsd-patch nsd-xfer |