[Pdns-users] PDS bind backed problem - creating dummy dns
Viper
viper at vipernet.hu
Wed Apr 23 13:18:28 UTC 2008
Hi all,
I'm trying to create a dummy dns server ( respond same IP for all queries).
The following configuration work just fine in bind, but not in PDS:
$TTL 86400
@ IN SOA ns.localhost. admin.localhost. (
2008032714 ; Serial
8H ; Refresh
2H ; Retry
1W ; Expire
1D) ; Minimum
* A 128.0.0.2
I'm getting NXDOMAIN from PDNS (in the log it says it's authorative
answare). If I put let's say "tryme.com IN A 10.0.0.1", then I get the
correct answare. Is this a bug, or I've done something wrong with the
wildcards?
/* named.conf is just:
zone "." {
type master;
file "db.dummy";
};
Thanks for your help in advance,
Viper
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.powerdns.com/pipermail/pdns-users/attachments/20080423/0cdd6b89/attachment.html>
More information about the Pdns-users
mailing list