fix nameserver (by removing prefix)
This commit is contained in:
parent
a41b3f8f3f
commit
d225cfa5c6
|
@ -271,7 +271,7 @@ cli.main(function (args, cli) {
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
cli.nameserver = cli.n = arg;
|
cli.nameserver = cli.n = arg.substr(1);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue