Changeset 1169
- Timestamp:
- 03/22/08 19:48:00 (8 months ago)
- Files:
-
- trunk/pdns/pdns/config-recursor.h (modified) (1 diff)
- trunk/pdns/pdns/dist-recursor (modified) (1 diff)
- trunk/pdns/pdns/docs/pdns_recursor.1.txt (modified) (3 diffs)
- trunk/pdns/pdns/packer-recursor/changelog (modified) (1 diff)
- trunk/pdns/pdns/packer-recursor/version (modified) (1 diff)
- trunk/pdns/pdns/pdns-recursor.spec (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/pdns/pdns/config-recursor.h
r1158 r1169 1 1 #define SYSCONFDIR "/etc/powerdns/" 2 2 #define LOCALSTATEDIR "/var/run/" 3 #define VERSION "3.1.5- snapshot5"3 #define VERSION "3.1.5-rc1" 4 4 #define RECURSOR 5 5 #ifndef WIN32 trunk/pdns/pdns/dist-recursor
r1160 r1169 1 VERSION=3.1.5- snapshot51 VERSION=3.1.5-rc1 2 2 3 3 INCLUDES="iputils.hh arguments.hh base64.hh zoneparser-tng.hh \ trunk/pdns/pdns/docs/pdns_recursor.1.txt
r963 r1169 2 2 ================ 3 3 bert hubert <bert.hubert@netherlabs.nl> 4 v3.0, 19 April 20064 v3.0, 22 March 2008 5 5 6 6 NAME … … 78 78 Which domains we only accept delegations from 79 79 80 --entropy-source:: 81 Where to read new entropy from, defaults to /dev/urandom. 82 80 83 --export-etc-hosts:: 81 84 If set, this flag will export the host names and IP addresses … … 87 90 Comma separated list of 'zonename=IP' pairs. Queries for zones 88 91 listed here will be forwarded to the IP address listed. 89 auth-zones= ds9a.nl=213.244.168.210, powerdns.com=127.0.0.1.90 Available since 3.1. 92 forward-zones= ds9a.nl=213.244.168.210, powerdns.com=127.0.0.1. 93 Available since 3.1. For more details, see the manual. 91 94 92 95 --forward-zones-file:: 93 96 listed here will be forwarded to the IP address listed. 94 97 One zone per line, like: ds9a.nl=213.244.168.210 95 Available since 3.1.5 98 Available since 3.1.5. For more details, see the manual. 96 99 97 100 --hint-file:: trunk/pdns/pdns/packer-recursor/changelog
r1158 r1169 1 3.1.5-rc1-1 2 Sat, 22 Mar 2008 19:42:46 +0100 3 * Heading up to release 4 -- bert hubert <bert.hubert@netherlabs.nl> 1 5 3.1.5-snapshot5-1 2 6 Sat, 15 Mar 2008 23:36:13 +0100 trunk/pdns/pdns/packer-recursor/version
r1158 r1169 1 3.1.5- snapshot51 3.1.5-rc1 trunk/pdns/pdns/pdns-recursor.spec
r1158 r1169 3 3 Buildroot: /tmp/pdns/ 4 4 Name: pdns-recursor 5 Version: 3.1.5 snapshot55 Version: 3.1.5rc1 6 6 Release: 1 7 7 Summary: extremely powerful and versatile recursing nameserver