https://github.com/eduardostuart/dohcli
🖥 DoH (DNS over https) command-line tool
https://github.com/eduardostuart/dohcli
cli dns dns-over-https
Last synced: about 1 year ago
JSON representation
🖥 DoH (DNS over https) command-line tool
- Host: GitHub
- URL: https://github.com/eduardostuart/dohcli
- Owner: eduardostuart
- License: mit
- Archived: true
- Created: 2019-03-28T19:12:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T11:27:27.000Z (about 6 years ago)
- Last Synced: 2025-04-04T14:53:32.368Z (about 1 year ago)
- Topics: cli, dns, dns-over-https
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DoH (DNS over https) command-line tool
# Install
```bash
npm i -g dohcli
```
# Usage
```bash
# doh --help
doh github.com
doh github.com -t CNAME
doh github.com -t MX
```
# License
DoH is open-sourced software licensed under the [MIT](./LICENSE) license.