commit 788d6640a88f46b5330d6144f6936afd2cb05b99
parent ec8eaeae6d27b80ff0ed8304c9b7f28c122a55f5
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 18 Jan 2016 11:40:17 +0100
Documentation and TODO updates
Diffstat:
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -1,6 +1,6 @@
# StatZone
-StatZone is a DNS zone file analyzer targeted at TLD zones.
+StatZone is a DNS zone file analyzer targeted at TLD zones. It is currently used to generate TLD Zone File Statistics on [StatDNS](http://www.statdns.com).
## Requirements
@@ -21,6 +21,8 @@ StatZone takes the zone file to analyze as parameter :
statzone zonefile
+Public zones (arpa, root) can be found on : ftp://ftp.internic.net/domain/
+
## Features
Currently implemented features :
diff --git a/TODO b/TODO
@@ -1,4 +1,5 @@
-- Use Go idna package to check if a domain is an IDN instead of the current string comparison
+- Use Go idna package to check if a domain is an IDN instead of the current string comparison,
+ or Go DNS punycode functions
- Add flags to enable/disable options
- Calculate average domain name length
- Distribution of lengths for all domains in a zone