DomainClassifier released with TLD cache, dns record request cache and regexp timeout
v1.1 (2024-01-10)
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