public
Description: A fast and recursive DNS name resolver for log files
Homepage:
Clone URL: git://github.com/jdrowell/jdresolve.git
jdresolve / TODO
100644 16 lines (14 sloc) 0.634 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 
     * To do:
          + negative caching
          + progress bar (with ETA)
          + resolve the last few unresolved IPs. I'm looking into a whois
            lookup or a "closest hop" approach
          + arrange benchmarks into a comprehensive table
          + test with Perl 5.6.0 (waiting for woody packages :P)
     * Done:
          + direct STDIN input (0.3)
          + add ability to edit databases create with "--database"
            (0.5.1)
          + clean up "dangling" A/B/C class sockets during run (0.6.0)
          + expire database entries (0.6.0)
          + further optimizations (getresolved()) (0.6.0)