forward only recursive server doesn't forward
    Reindl Harald 
    h.reindl at thelounge.net
       
    Thu Oct 20 08:27:35 UTC 2016
    
    
  
Am 20.10.2016 um 03:27 schrieb Alex:
> I have a bind-9.10.3 server on fedora22 that is authoritative for a
> few domains and their corresponding IP ranges. I'd like to set up
> another domain server (rbldnsd) on a host in one of those domains as a
> forward-only server
why on another host?
it just adds latency for no gain
"rbldnsd -b 127.0.0.1/1053" and it runs on the same host while the 
sub-zone config below is for unbound i guess it's not too hard fin dthe 
same for named
stub-zone:
  name: "scann.example.com."
  stub-addr: 127.0.0.1 at 1053
[root at mail-gw:~]$ netstat -l | grep 53
tcp        0      0 127.0.0.1:53            0.0.0.0:* 
LISTEN      998/unbound
udp        0      0 127.0.0.1:1053          0.0.0.0:* 
        989/rbldnsd
udp        0      0 127.0.0.1:53            0.0.0.0:* 
        998/unbound
    
    
More information about the bind-users
mailing list