Skip to content

Commit

Permalink
v1.8.7 - Dependency and default config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
markSmurphy committed Jul 28, 2021
1 parent 85bfee1 commit 435e3b4
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 22 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Changelog

## [1.8.7] - MMM DD<sup>th</sup> 2021
## [1.8.7] - July 28<sup>th</sup> 2021

### Changed

* Updated dependency `debug` to version `4.3.2`.
* Updated dependency `is-valid-domain` to version `0.1.2`.
* Increased default timeout to `10000` milliseconds.
* Updated DNS server IP addresses for **UK**, **Singapore** and **Mexico**.

---

Expand Down
8 changes: 4 additions & 4 deletions distributed-dig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"request": {
"port": 53,
"type": "udp",
"timeout": 3500,
"timeout": 10000,
"try_edns": false,
"cache": false
},
Expand Down Expand Up @@ -69,7 +69,7 @@
"provider": "Verisign DNS (Secondary)"
},
{
"nameServer": "172.104.49.100",
"nameServer": "118.189.211.221",
"provider": "Singapore"
},
{
Expand All @@ -85,7 +85,7 @@
"provider": "Netherlands"
},
{
"nameServer": "5.133.40.77",
"nameServer": "212.118.241.33",
"provider": "United Kingdom"
},
{
Expand All @@ -105,7 +105,7 @@
"provider": "Argentina"
},
{
"nameServer": "201.147.98.2",
"nameServer": "200.76.5.147",
"provider": "Mexico"
}
]
Expand Down
33 changes: 18 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "distributed-dig",
"version": "1.8.6",
"version": "1.8.7",
"description": "A utility which makes DNS lookup requests across multiple DNS resolvers and collates the results.",
"main": "distributed-dig.js",
"scripts": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"columnify": "^1.5.4",
"debug": "^4.3.2",
"is-ip": "^3.1.0",
"is-valid-domain": "0.0.19",
"is-valid-domain": "^0.1.2",
"native-dns-multisocket": "^0.7.0",
"pretty-error": "^3.0.4",
"supports-color": "^8.1.0",
Expand Down

0 comments on commit 435e3b4

Please sign in to comment.