[Pdns-users] Use recursor to block phishing
    sysadmin 
    sysadmin at mrgnetwork.com.br
       
    Tue Jul 29 01:39:04 UTC 2008
    
    
  
Hi,
> Regular zonefile format, with the exception of wildcards.
>
> 	Bert
I setup recursor to load zone file as follow
recursor.conf:
....
auth-zones=malware=/etc/powerdns/malware
....
arwen powerdns # cat malware
$TTL    900
@               IN      SOA     zone.malware. hostmaster.zone.malware. (
                2006102601 10800 3600 604800 86400 )
*               IN      A       127.0.0.1
arwen powerdns # cat zone.malware
zone "zonadelafrontera.cl" in { type master ; file "malware" ; } ;
but doesn't worked, when I do.... 
arwen powerdns # dig query zonadelafrontera.cl +short
164.77.228.194
...should be resolved as 127.0.0.1, right ?
Regards,
Marlon
    
    
More information about the Pdns-users
mailing list