have a question of using bind9 for local proxy server

Mark Andrews marka at isc.org
Mon Mar 2 14:08:00 UTC 2015



Hire someone to extend the code.  Named is not designed to be a
transparent DNS caching proxy.


In message <CAGsRchaMoGLZoSJjPS0AG5gHtaA7k4K8wyq9MdiG6wDUK_X7Ng at mail.gmail.com>
, Junyoung Park writes:
> hello.
> 
> i try to configure local proxy views based authoritative DNS server.
> 
> do iptables redirect dport 53 to local for local proxy.
> 
> In recursion view config is...,
> 
> view "internal" {
>   match-clients { acl internal; };
>   recursion yes;
> 
>    zone "."  {
>         type hint;
>         file "named.ca";
>     };
>     zone "test.com" {
>          type master;
>          file "db.test";
>      };
> };
> 
> In this situation,
> if incoming query is "example.com" then queries will going to root dns
> server. (iterative)
> 
> but i want to send query to clients original destination.
> (if client pc DNS server set 8.8.8.8, i want to send 8.8.8.8 instead
> of root dns servers)
> (i cant use forward/forwarders option because i don't know client's
> DNS server setting.)
> 
> Is there some way to solve the situation? please give some helps...
> (I feel sorry... that i have poor english skills...)
> _______________________________________________
> Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe
>  from this list
> 
> bind-users mailing list
> bind-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users
-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: marka at isc.org


More information about the bind-users mailing list