On 16.09.17 03:18, Omid Kosari via bind-users wrote:
I have a caching bind dns server with forwarders like this .
   forwarders {
   8.8.8.8;
   8.8.4.4;
   };

why do you use forwarders? You rarely need that - not when you have acess to
the nameservers on internet.
BIND can do very well without forwarders.

I want to use another forwarders if the response of the query is for example
1.2.3.4

why?
I've found that rpz-ip is what i want but i was unable to create relation to
forwarders .

      //if response ip or rpz-ip = 1.2.3.4 then
       forwarders {
       208.67.222.222 port 443;
       208.67.220.220 port 443;
       };

1. who runs DNS servers on port 443?
2. you can configure port for DNS server in server {} statement.


--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
The early bird may get the worm, but the second mouse gets the cheese. _______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to