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

_______________________________________________
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to