UNPKG
dohdec-cli
Version:
latest (7.0.4)
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
6.0.4
6.0.3
6.0.1
6.0.0
5.0.3
5.0.1
5.0.0
DNS over HTTPS and DNS over TLS
github.com/hildjj/dohdec
hildjj/dohdec
dohdec-cli
/
bin
/
dohdec.js
11 lines
(8 loc)
•
156 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env node
import
{
DnsCli
}
from
'../lib/cli.js'
;
const
cli =
new
DnsCli
(process.
argv
); cli .
main
() .
catch
(
_e
=>
{ process.
exit
(
1
); });