1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/sysutils/sockaddr/pkg-descr
Sean Chittenden 906cb4b9e3 Add a new port: sysutils/sockaddr
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
2018-05-11 20:30:18 +00:00

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