aboutsummaryrefslogtreecommitdiffstats
path: root/repos/dnsmap/TODO.txt
diff options
context:
space:
mode:
authorEUcancER <root@euer.krebsco.de>2012-04-18 23:14:55 +0200
committerEUcancER <root@euer.krebsco.de>2012-04-18 23:14:55 +0200
commit2ebb1766f1df1055151dd069fba6ca5e8a16af31 (patch)
tree1bd16f0573b708fea3ce374e2a9d6ef688fab8fa /repos/dnsmap/TODO.txt
parentf2698383b9d945fc6dd6a8b72ecb74e3f0c76db3 (diff)
Reaktor: add dnsmap-0.30
Diffstat (limited to 'repos/dnsmap/TODO.txt')
-rw-r--r--repos/dnsmap/TODO.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/repos/dnsmap/TODO.txt b/repos/dnsmap/TODO.txt
new file mode 100644
index 0000000..0df1368
--- /dev/null
+++ b/repos/dnsmap/TODO.txt
@@ -0,0 +1,13 @@
+* multi-threading - use pthread.h?
+* can't handle wildcarded domains that return more than one IP address on non-existing subdomains
+ test domain: proboards.com
+* allow using a customized list of DNS server to share network load
+* allow using DNS server supplied on the command line
+* for openDNS users: document how to permanently change DNS server settings so they are not overwritten by DHCP settings
+* convert hostent structs to addrinfo ?
+* replace inet_ntoa(*((struct in_addr *)host->h_addr_list[j])) with ipstr
+* obtain aliases for each domain (CNAME records)?
+* clever numerical domain bruteforce for clusters. i.e.: www2, www3
+* pickup new subdomains via reverse lookups (PTR records)
+* better input validation
+ * improve function that validates target domain