-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

kdig


> Advanced DNS lookup utility.

More information.


Lookup the IP(s) associated with a hostname (A records):

kdig {example.com}

Specify a specific DNS server to query (e.g. Google DNS):

kdig {example.com} @{8.8.8.8}

Query a specific DNS record type associated with a given domain name:

kdig {example.com} {A|AAAA|NS|SOA|DNSKEY|ANY}

Lookup the IP(s) associated with a hostname (A records) using DNS over TLS (DoT):

kdig -d @{8.8.8.8} +tls-ca +tls-host={dns.google} {example.com}

Lookup the IP(s) associated with a hostname (A records) using DNS over HTTPS (DoH):

kdig -d @{1.1.1.1} +https +tls-hostname={1dot1dot1dot1.cloudflare-dns.com} {example.com}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 01:18:22 2024