]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pdns/pdns.conf
perl-XML-SAX-Base: New package.
[people/ms/ipfire-3.x.git] / pdns / pdns.conf
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5 # This file contains the default configuration for the PowerDNS service.
6 socket-dir=/run/pdns
7
8 # Listing settings.
9 # XXX IPv6 listen on :: cannot be created. Says Address is already in use.
10 local-address=0.0.0.0
11 local-ipv6=::1
12
13 # Run powerdns as the following user and group.
14 setuid=pdns
15 setgid=pdns
16
17 # Only use one of them. Enable gsqlite3-dnssec if you are using DNS Sec.
18 launch=gsqlite3
19 #launch=gsqlite3-dnssec
20 gsqlite3-database=/var/lib/pdns/pdns.db
21
22 # All queries that could not be answered by ourself get sent to
23 # the local recursor.
24 recursor=[::1]:54
25 allow-recursion=127.0.0.1 ::1