mirror of
https://github.com/chubin/awesome-console-services
synced 2024-11-13 23:37:14 +00:00
Add DNS-based services
This commit is contained in:
parent
13d46790d7
commit
6752f0137d
1 changed files with 7 additions and 0 deletions
|
@ -51,6 +51,13 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
|
|||
* `curl icanhazip.com`
|
||||
* `curl checkip.amazonaws.com`
|
||||
|
||||
### DNS
|
||||
* `dig @1.1.1.1 whoami.cloudflare ch txt +short` (IPv4)
|
||||
* `dig @2606:4700:4700::1111 whoami.cloudflare ch txt -6 +short` (IPv6)
|
||||
* `dig @ns1.google.com o-o.myaddr.l.google.com TXT -6 +short` (IPv6)
|
||||
* `dig @ns1.google.com o-o.myaddr.l.google.com TXT -4 +short` (IPv4)
|
||||
* `dig resolver.dnscrypt.info TXT +short`
|
||||
|
||||
### JSON only
|
||||
* `curl httpbin.org/ip`
|
||||
* `curl wtfismyip.com/json`
|
||||
|
|
Loading…
Reference in a new issue