aboutsummaryrefslogtreecommitdiff
path: root/dns/Makefile
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2015-01-11 20:44:39 +0000
committerDon Lewis <truckman@FreeBSD.org>2015-01-11 20:44:39 +0000
commitfefb6d9c12ad129371f6980320dd2e515b2d627b (patch)
tree385f0ac53f71bee1ddc8c629acb9dc7b74b21179 /dns/Makefile
parentcb02e3c41664fa7353484da7ea5004a43154bb71 (diff)
downloadports-fefb6d9c12ad129371f6980320dd2e515b2d627b.tar.gz
ports-fefb6d9c12ad129371f6980320dd2e515b2d627b.zip
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.
Notes
Notes: svn path=/head/; revision=376802
Diffstat (limited to 'dns/Makefile')
-rw-r--r--dns/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile
index 538fc8e54c32..15cd66586092 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -177,6 +177,7 @@
SUBDIR += vizone
SUBDIR += walker
SUBDIR += wdns
+ SUBDIR += wrapsrv
SUBDIR += yadifa
SUBDIR += zkt
SUBDIR += zonecheck