Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkBaggett committed Jun 19, 2018
1 parent f643dfc commit 6071525
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 6071525

Please sign in to comment.