diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-07-12 17:16:29 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-07-12 17:16:29 +0000 |
commit | 8ff14e518f01dc9c6ff733d6f9ff284da6546fd6 (patch) | |
tree | fc50cf532ec85bd85d7a4e7aac6e0e84655de0cd | |
parent | ecbc657934249a2642ed542a9544a7ef5ea84021 (diff) | |
download | s6-dns-8ff14e518f01dc9c6ff733d6f9ff284da6546fd6.tar.xz |
Document new options
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 5 |
2 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,8 @@ In 2.3.6.0 - Bugfixes. - New s6dns_hosts functions. - New command: s6-dns-hosts-compile + - s6-dnsip* and s6-dnsname now support a -h option, to make +use of /etc/hosts data. In 2.3.5.5 diff --git a/doc/upgrade.html b/doc/upgrade.html index 1fe84e6..893db85 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -23,6 +23,11 @@ <ul> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> dependency bumped to 2.13.2.0. </li> + <li> New <tt>-H</tt> and <tt>-h</tt> options to +<a href="s6-dnsip.html">s6-dnsip</a>, +<a href="s6-dnsip4.html">s6-dnsip4</a>, +<a href="s6-dnsip6.html">s6-dnsip6</a>, and +<a href="s6-dnsname.html">s6-dnsname</a>. </li> </ul> <h2> in 2.3.5.5 </h2> |