| BORE(1) | General Commands Manual | BORE(1) |
bore —
bore |
[--encode | --decode |
--show-resolvers] [--load]
[--dump] [--host
host] [--port
port] [--timeout
timeout] [-x |
--reverse] [--class
class] [--color
when] [@host]
[name] [type] |
If no host is given,
bore uses your system’s resolvers, which are
gathered from GetAdaptersAddresses on Windows, dns_configuration_copy on
macOS, or
resolv.conf(5)
on other Unix-like platforms, falling back on localhost.
Note that your platform’s native name resolution probably
supports other sources besides DNS, such as a
hosts(5) file or
mDNS (Bonjour). bore only uses native resolution for
host itself, and otherwise only sends DNS queries, so
the results may differ from how your system would resolve a name as a
hostname.
By default, bore will follow four
steps:
--host).x’ to
escape that character. When --reverse is given,
name is required, and should instead be an IPv4 or
IPv6 address.
A trailing dot must be added when querying
top-level domains, otherwise they will be treated as a
type (and probably fail). Names starting with
‘@’ must be
escaped, otherwise they will be treated as a
@host.
PTR’
if --reverse is given, or
‘A’ if a name
is given, or ‘NS’ otherwise. For
unknown types, use ‘TYPE’ followed
by the type number, e.g.
‘type65535’.--encode--load--dump--decode--show-resolvers--host and --port into
account), without doing anything else.--host
host--port
port [default: 53]--timeout
timeout [seconds; default:
5]--color
⟨auto | never |
always⟩ [default:
auto]bore is written and maintained by Delan
Azabani
<delan@azabani.com>.
| November 28, 2021 | NixOS |