New
* [domainclassifier] add a simple cache of the TLDs list from IANA (to avoid downloading at each start of the library) [Alexandre Dulaunoy]
Changes
* [dep] remove PyBGPranking for the time being. [Alexandre Dulaunoy]
* [domclassifier] add dns records redis cache + regex timeout. [terrtia]
* [domainclassifier] update req user-agent. [terrtia]
* [domainclassifier] clean-up code. [Alexandre Dulaunoy]
* [doc] updated. [Alexandre Dulaunoy]
* [lib] add the port option for recursive resolver outside the standard TCP/UDP 53 port. [Alexandre Dulaunoy]
* [doc] another cloud service vanished into a black hole. [Alexandre Dulaunoy]
Fix
* [DomainClassifier] set optional dns port. [Alexandre Dulaunoy]
Other
* Merge branch 'master' of github.com:adulau/DomainClassifier. [Alexandre Dulaunoy]
* Merge pull request 6 from Terrtia/master. [Alexandre Dulaunoy]
chg: [domclassifier] add dns records redis cache + regex timeout
* Merge pull request 5 from Terrtia/master. [Alexandre Dulaunoy]
chg: [domainclassifier] update req user-agent