1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-19 19:51:09 +00:00
uutils-coreutils/src/uu/hostname
Laurent Cheylus 6e236a4a72 hostname: use dns-lookup crate to get the network address(es) of the host
- on OpenBSD and FreeBSD, unable to get the network address(es) of the host with DNS request for
  hostname + ":1"
- use dns-lookup crate for this request with lookup_host function

Signed-off-by: Laurent Cheylus <foxy@free.fr>
2024-07-09 22:44:16 +02:00
..
src hostname: use dns-lookup crate to get the network address(es) of the host 2024-07-09 22:44:16 +02:00
Cargo.toml hostname: use dns-lookup crate to get the network address(es) of the host 2024-07-09 22:44:16 +02:00
hostname.md hostname: move help strings to markdown file 2023-03-07 11:00:17 +00:00
LICENSE Include license text in all published crates 2022-03-05 21:21:46 +01:00