summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nsd/Makefile.bsd-wrapper
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2013-03-29 12:13:12 +0000
committersthen <sthen@openbsd.org>2013-03-29 12:13:12 +0000
commita35e2d5724870e237cbd9e805a27b2c68e499de2 (patch)
tree64ec547c98d46866c5a36ef4d1a8818aac38832b /usr.sbin/nsd/Makefile.bsd-wrapper
parentDecouple wakeups on work unit completion from the type of I/O being (diff)
downloadwireguard-openbsd-a35e2d5724870e237cbd9e805a27b2c68e499de2.tar.xz
wireguard-openbsd-a35e2d5724870e237cbd9e805a27b2c68e499de2.zip
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/Makefile.bsd-wrapper')
-rw-r--r--usr.sbin/nsd/Makefile.bsd-wrapper3
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