]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - pdns/pdns.conf
tzdata: Update to 2014j
[people/ms/ipfire-3.x.git] / pdns / pdns.conf
CommitLineData
476b248c 1###############################################################################
3078b82b
MT
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.
6socket-dir=/run/pdns
7
8# Listing settings.
9# XXX IPv6 listen on :: cannot be created. Says Address is already in use.
10local-address=0.0.0.0
11local-ipv6=::1
476b248c
SS
12
13# Run powerdns as the following user and group.
14setuid=pdns
15setgid=pdns
16
17# Only use one of them. Enable gsqlite3-dnssec if you are using DNS Sec.
18launch=gsqlite3
19#launch=gsqlite3-dnssec
20gsqlite3-database=/var/lib/pdns/pdns.db
21
3078b82b
MT
22# All queries that could not be answered by ourself get sent to
23# the local recursor.
24recursor=[::1]:54
e8e9e8e7 25allow-recursion=127.0.0.1 ::1