mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
906cb4b9e3
Sockaddr is a command-line utility that makes it easy to query network address information from the local server. With sockaddr it is possible to create a list of the RFC 1918 addresses on a server, obtain the default gateway, or public IP addresses and use this information in other shell scripts. See the website for additional templating and IP math functions. Reviewed by: mat, swills Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D14570
9 lines
438 B
Plaintext
9 lines
438 B
Plaintext
Sockaddr is a command-line utility that makes it easy to query network
|
|
address information from the local server. With sockaddr it is possible
|
|
to create a list of the RFC 1918 addresses on a server, obtain the
|
|
default gateway, or public IP addresses and use this information in other
|
|
shell scripts. See the website for additional templating and IP math
|
|
functions.
|
|
|
|
WWW: https://github.com/hashicorp/go-sockaddr/tree/master/cmd/sockaddr
|