blob: df3cc2509dfb95f2ce752dca5d747b7c9114140e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/files/recursor.conf,v 1.2 2007/06/08 22:28:14 swegener Exp $
# Drop uid
setuid=nobody
# Drop gid
setgid=nobody
# Don't log queries
quiet=on
# Local IP address to bind to
local-address=127.0.0.1
# Local port to bind to
local-port=53
# Change root for safety
chroot=/var/lib/powerdns
|