- A new type of instruction has been added:
ipsvd(8) now can be told to look up IP addresses
of (dynamic) hostnames on incoming connections,
and to handle a connection through different instructions
if the client's IP address matches one of these IP addresses.
See the ipsvd-instruct(5) man page for details.
- The examples web page has been updated slightly, and now
includes an example of the new check host instructions.
Approved by: krion (implicit)
With this version the ipsv daemons support
the port to listen on to be specified either as a name from
/etc/services, or as a number. The ipsvd interface now
necessitates the -u command line option, and the documentation
has been enhanced slightly.
PR: 57400
Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)