chore: fix image

pull/2/head
Karan Sharma 2020-12-18 15:37:35 +05:30
parent 9a06a42288
commit 724114e144
3 changed files with 9 additions and 9 deletions

View File

@ -5,7 +5,7 @@
<p align="center"> <p align="center">
🐶 <i>Command-line DNS client for humans</i> 🐶 <i>Command-line DNS client for humans</i>
</p> </p>
<img src="www/static/usage.png" alt="doggo CLI usage"> <img src="www/static/doggo.png" alt="doggo CLI usage">
</p> </p>
--- ---
@ -101,7 +101,7 @@ github.com. MX IN 3600s 5 alt2.aspmx.l.google.com. 9.9.9.9:
github.com. MX IN 3600s 1 aspmx.l.google.com. 9.9.9.9:53 github.com. MX IN 3600s 1 aspmx.l.google.com. 9.9.9.9:53
``` ```
**Query DNS records for archive.org using Cloudflare DoH resolver** **Query DNS records for `archive.org` using Cloudflare DoH resolver**
```bash ```bash
$ doggo archive.org @https://cloudflare-dns.com/dns-query $ doggo archive.org @https://cloudflare-dns.com/dns-query
@ -109,7 +109,7 @@ NAME TYPE CLASS TTL ADDRESS NAMESERVER
archive.org. A IN 41s 207.241.224.2 https://cloudflare-dns.com/dns-query archive.org. A IN 41s 207.241.224.2 https://cloudflare-dns.com/dns-query
``` ```
**Query DNS records for internetfreedom.in with JSON output** **Query DNS records for `internetfreedom.in` with JSON output**
```bash ```bash
$ doggo internetfreedom.in --json | jq $ doggo internetfreedom.in --json | jq
@ -155,7 +155,7 @@ $ doggo internetfreedom.in --json | jq
} }
``` ```
**Query DNS records for duckduckgo.com and show RTT (Round Trip Time)** **Query DNS records for `duckduckgo.com` and show RTT (Round Trip Time)**
```bash ```bash
$ doggo duckduckgo.com --time $ doggo duckduckgo.com --time

View File

@ -47,10 +47,9 @@
## Release Checklist ## Release Checklist
- [ ] Goreleaser - [x] Goreleaser
- [ ] Snap - [x] Snap
- [ ] Homebrew - [x] Docker
- [ ] Docker
--- ---
# Future Release # Future Release
@ -67,3 +66,4 @@
- [ ] Add tests for CLI Output. - [ ] Add tests for CLI Output.
- [ ] Mkdocs init project - [ ] Mkdocs init project
- [ ] Custom Index (Landing Page) - [ ] Custom Index (Landing Page)
- [ ] Homebrew - Goreleaser

View File

Before

Width:  |  Height:  |  Size: 135 KiB

After

Width:  |  Height:  |  Size: 135 KiB