distributed-dig
Advanced tools
Comparing version 1.8.4 to 1.8.5
# Changelog | ||
## [1.8.5] - May 14<sup>th</sup> 2021 | ||
### Changed | ||
* Increased default timeout to `3500` milliseconds. | ||
* Previously the default was `2500` which may have caused unnecessary timeouts when querying far away resolvers. | ||
* Changed problematic resolver in Ireland to and new one sourced from [dnspropagation.net](https://dnspropagation.net/free-public-dns-servers/ie/). | ||
--- | ||
## [1.8.4] - May 11<sup>th</sup> 2021 | ||
@@ -4,0 +14,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"type": "udp", | ||
"timeout": 2500, | ||
"timeout": 3500, | ||
"try_edns": false, | ||
@@ -81,3 +81,3 @@ "cache": false | ||
{ | ||
"nameServer": "159.134.248.17", | ||
"nameServer": "185.228.169.9", | ||
"provider": "Ireland" | ||
@@ -84,0 +84,0 @@ }, |
{ | ||
"name": "distributed-dig", | ||
"version": "1.8.4", | ||
"version": "1.8.5", | ||
"description": "A utility which makes DNS lookup requests across multiple DNS resolvers and collates the results.", | ||
@@ -5,0 +5,0 @@ "main": "distributed-dig.js", |
@@ -277,3 +277,3 @@ # distributed-dig | ||
You can find a list of public DNS servers [here](https://public-dns.info/) and tailor the configured list for your own requirements. | ||
You can find a list of public DNS servers [here](https://public-dns.info/) and [here](https://dnspropagation.net/free-public-dns-servers/), and tailor the configured list for your own requirements. | ||
@@ -280,0 +280,0 @@ --- |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
83198