Skip to content

Commit

Permalink
Remove now unneeded temp fix (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSDavidSoft committed Jul 10, 2020
1 parent cccba7b commit c4be22a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ const queryDns = (version, options) => {
socket: dgram.createSocket(version === 'v6' ? 'udp6' : 'udp4'),
timeout: options.timeout
});
socket.retries = 0; // Temp fix, pull request: https://github.com/mafintosh/dns-socket/pull/22

const socketQuery = promisify(socket.query.bind(socket));

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dns"
],
"dependencies": {
"dns-socket": "^4.2.0",
"dns-socket": "^4.2.1",
"got": "^9.6.0",
"is-ip": "^3.1.0"
},
Expand Down

0 comments on commit c4be22a

Please sign in to comment.