From 60715258128bf88848a3f6378e06790a8bcce1d4 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 19 Jun 2018 18:31:14 -0400 Subject: [PATCH] Update README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8bc0b46..0cae900 100644 --- a/README.md +++ b/README.md @@ -142,11 +142,13 @@ Here is an example of starting the server on port 8000 and only loading the top student@SEC573:~$ python domain_stats.py --preload 100 -a ~/Downloads/top-1m.csv 8000 ``` +--- CHANGE LOG: Version 1.0 -> 1.1 -Changed Default Content type of server response to TEXT. -Added -d option which will load top 1000 domains from disk when -a top-1m.csv and --preload are not used. -Added caching of "Domain not found" responses from WHOIS (Feature Request from resweb10) -Added update_diskcache.py to create or update the local disk cache. +*Update code to work in either Python2 or Python3 +*Changed Default Content type of server response to TEXT. +*Added -d option which will load top 1000 domains from disk when -a top-1m.csv and --preload are not used. +*Added caching of "Domain not found" responses from WHOIS (Feature Request from resweb10) +*Added update_diskcache.py to create or update the local disk cache.