From fefb6d9c12ad129371f6980320dd2e515b2d627b Mon Sep 17 00:00:00 2001 From: Don Lewis Date: Sun, 11 Jan 2015 20:44:39 +0000 Subject: New port: dns/wrapsrv DNS SRV record command line wrapper ----------------------------------- wrapsrv adds support for connecting to a network service based on DNS SRV record lookups to commands that do not support the DNS SRV record. wrapsrv implements the weighted priority client connection algorithm in RFC 2782. The specified command line will be invoked one or more times with %h and %p sequences in the command line substituted for the hostname and port elements of the selected SRV record. WWW: https://github.com/farsightsec/wrapsrv Differential Revision: https://reviews.freebsd.org/D1488 Approved by: mat (mentor) Sponsored by: Farsight Security, Inc. --- dns/wrapsrv/pkg-descr | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dns/wrapsrv/pkg-descr (limited to 'dns/wrapsrv/pkg-descr') diff --git a/dns/wrapsrv/pkg-descr b/dns/wrapsrv/pkg-descr new file mode 100644 index 000000000000..62272c186129 --- /dev/null +++ b/dns/wrapsrv/pkg-descr @@ -0,0 +1,11 @@ +DNS SRV record command line wrapper +----------------------------------- + +wrapsrv adds support for connecting to a network service based on DNS SRV +record lookups to commands that do not support the DNS SRV record. wrapsrv +implements the weighted priority client connection algorithm in RFC 2782. +The specified command line will be invoked one or more times with %h and %p +sequences in the command line substituted for the hostname and port elements +of the selected SRV record. + +WWW: https://github.com/farsightsec/wrapsrv -- cgit v1.2.3