mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
feat: Allow direct control of IP family to be returned by DNS lookup
implements #306
This commit is contained in:
parent
70ec2a45a7
commit
3c38fe48fe
4 changed files with 9 additions and 7 deletions
|
|
@ -5,7 +5,7 @@ const Minimist = require('minimist'),
|
|||
|
||||
const argv = Minimist(process.argv.slice(2), {
|
||||
boolean: ['pretty','debug','givenPortOnly','requestRules'],
|
||||
string: ['guildId','listenUdpPort']
|
||||
string: ['guildId','listenUdpPort','ipFamily']
|
||||
});
|
||||
|
||||
const debug = argv.debug;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue