File: README.md

package info (click to toggle)
wrapsrv 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144 kB
  • sloc: ansic: 804; makefile: 79
file content (9 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
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](http://tools.ietf.org/html/rfc2782). 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.