mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 15:51:29 +08:00
dig, resolvectl, nslookup, host: refer to each other (#21161)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# dig
|
||||
|
||||
> DNS lookup utility.
|
||||
> See also: `resolvectl`, `nslookup`, `host`.
|
||||
> More information: <https://manned.org/dig>.
|
||||
|
||||
- Lookup the IP(s) associated with a hostname (A records):
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# host
|
||||
|
||||
> Lookup Domain Name Server.
|
||||
> See also: `dig`, `resolvectl`, `nslookup`.
|
||||
> More information: <https://manned.org/host>.
|
||||
|
||||
- Lookup A, AAAA, and MX records of a domain:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# nslookup
|
||||
|
||||
> Query name servers for various domain records.
|
||||
> See also: `dig`, `resolvectl`, `host`.
|
||||
> More information: <https://manned.org/nslookup>.
|
||||
|
||||
- Query your system's default name server for an IP address (A record) of the domain:
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
> Resolve domain names, IPv4 and IPv6 addresses, DNS resource records, and services.
|
||||
> Introspect and reconfigure the DNS resolver.
|
||||
> See also: `dig`, `nslookup`, `host`.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/resolvectl.html>.
|
||||
|
||||
- Show DNS settings:
|
||||
|
||||
Reference in New Issue
Block a user