Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

distributed-dig

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

distributed-dig - npm Package Compare versions

Comparing version 1.8.4 to 1.8.5

10

CHANGELOG.md
# 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 @@

4

distributed-dig.json

@@ -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 @@ ---

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc