diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-07-12 17:13:42 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-07-12 17:13:42 +0000 |
commit | ecbc657934249a2642ed542a9544a7ef5ea84021 (patch) | |
tree | 3ea8a2bcdc829c63231f0dfdacea8b35b5779ca8 /doc/s6-dnsname.html | |
parent | 207845f50a8fb54fe8e584928078dc3687399caf (diff) | |
download | s6-dns-ecbc657934249a2642ed542a9544a7ef5ea84021.tar.xz |
Update documentation
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/s6-dnsname.html')
-rw-r--r-- | doc/s6-dnsname.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/s6-dnsname.html b/doc/s6-dnsname.html index 4d979d3..63e7e15 100644 --- a/doc/s6-dnsname.html +++ b/doc/s6-dnsname.html @@ -25,7 +25,7 @@ <h2> Interface </h2> <pre> - s6-dnsname [ -4 | -6 ] [ -r ] [ -t <em>timeout</em> ] <em>ip</em> + s6-dnsname [ -4 | -6 ] [ -H | -h ] [ -r ] [ -t <em>timeout</em> ] <em>ip</em> </pre> <ul> @@ -52,6 +52,12 @@ is used instead. </li> If neither of the <tt>-4</tt> and <tt>-6</tt> is given, or if both are given, then <em>ip</em> will be interpreted as v4 or v6 depending on its syntax. </li> + <li> <tt>-H</tt> : do not use data from <tt>/etc/hosts</tt>. This is +the default. </li> + <li> <tt>-h</tt> : use data from <tt>/etc/hosts</tt>, if available. +If there's a compiled <tt>/etc/hosts.cdb</tt> file that is newer than <tt>/etc/hosts</tt>, +it will be used instead. (See +<a href="s6-dns-hosts-compile.html">s6-dns-hosts-compile</a> for details.) </li> <li> <tt>-r</tt> : random. By default, the program does not sort the result, but prints them in the order received from the DNS. With this option, it performs a random permutation on the results before printing |