RE: skipping not 'usefull' ip addresses of a dns lookup

Linux Advanced Routing and Traffic Control

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 
> My first attempt at addressing this would be via DNS response ordering.
> 
> I believe that the BIND (named) "options {...}" directive to do this is
> "sortlist {...}".  Maybe something like the following:
> 
>     options {
>        ...
>        sortlist {
>           192.168.10.0/24; {
>              192.168.10.0/24;
>              192.168.122.0/24;
>              };
>           192.168.122.0/24; {
>              192.168.122.0/24;
>              192.168.10.0/24;
>              };
>        }
>        ...
>     }
> 

GREAT SOLUTION Thanks! or better GRAND ;) this solves most of the issues I think.




[Index of Archives]     [LARTC Home Page]     [Netfilter]     [Netfilter Development]     [Network Development]     [Bugtraq]     [GCC Help]     [Yosemite News]     [Linux Kernel]     [Fedora Users]
  Powered by Linux