Menu

#21 Add wildchars in reverse DNS static cache file.

open
nobody
Other (220)
5
2012-10-11
2001-10-04
Anonymous
No

Would it be possible to add a wildcard feature the
local DNS hash?

%MyDNSTable = (
"192.168.0.", ".mydomain.com.",
.
.
.
);

That way any local/LAN based IP not resolved thru
reverse DNS can simply be lumped into the user defined
domain.

Discussion

  • Nobody/Anonymous

    Logged In: NO

    I agree!
    A have to add also that it would be great to move this
    array into separate module, for example lib/mydns.pm,
    otherwise every time webmaster adds new value he
    needs to reupload whole script

     
  • Laurent Destailleur (Eldy)

    Logged In: YES
    user_id=96898

    A static DNS file resolver is available with 5.0
    However there is no way to use wildcard for the moment.

     
  • Laurent Destailleur (Eldy)

    Logged In: YES
    user_id=96898

    A static DNS file resolver is available with 5.0
    However there is no way to use wildcard for the moment.

     
  • David Irwin

    David Irwin - 2003-05-28

    Logged In: YES
    user_id=788954

    This would be a VERY useful feature. At the moment, I am
    having to create very long dnscache.txt files with repeating
    entries:

    192.168.25.1 xxx.com
    192.168.25.2 xxx.com
    etc.

     

Log in to post a comment.