UNPKG

dohdec-cli

Version:

DNS over HTTPS and DNS over TLS

11 lines (8 loc) 156 B
#!/usr/bin/env node import {DnsCli} from '../lib/cli.js'; const cli = new DnsCli(process.argv); cli .main() .catch(_e => { process.exit(1); });