Crates.io | bore |
lib.rs | bore |
version | 0.4.1 |
source | src |
created_at | 2021-01-03 21:30:39.790406 |
updated_at | 2021-11-28 19:43:13.226772 |
description | DNS query tool |
homepage | |
repository | https://bitbucket.org/delan/nonymous |
max_upload_size | |
id | 331234 |
size | 141,047 |
bore(1) is a DNS query tool based on nonymous.
# rustup default 1.46.0
cargo install bore
bore --help
NixOS/nixpkgs — nix-shell -p bore
OpenBSD — pkg_add bore
☑ gathers default resolvers natively on Unix + Windows + macOS
☑ makes reverse DNS queries easily with -x
(--reverse
)
☑ highlights output to draw your attention (--color
by default)
☑ comes with a detailed manual (bore --man
or man bore
)
Linux
Windows 1511+
macOS 10.4+
OpenBSD 6.4+
bore(1) currently requires ENABLE_VIRTUAL_TERMINAL_PROCESSING, which was introduced on or near Windows build 10586. This includes most versions of Windows 10 (1511+), or any version of Windows Server 2016 (1607+) or newer.
The accent colour, currently used to highlight question and record types, may be invisible under conhost windows with PowerShell’s default palette (dark blue background).
This is because both the background and the accent colour use the same “slot” which is normally for non-bright magenta.
If affected, you can reconfigure your colour scheme, or use --color never
, or consider switching to Windows Terminal.