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-dns-hosts-compile.html | |
| parent | 207845f50a8fb54fe8e584928078dc3687399caf (diff) | |
| download | s6-dns-ecbc657934249a2642ed542a9544a7ef5ea84021.tar.gz | |
Update documentation
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/s6-dns-hosts-compile.html')
| -rw-r--r-- | doc/s6-dns-hosts-compile.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/s6-dns-hosts-compile.html b/doc/s6-dns-hosts-compile.html index c499ded..537c025 100644 --- a/doc/s6-dns-hosts-compile.html +++ b/doc/s6-dns-hosts-compile.html @@ -31,7 +31,7 @@ data contained in the hosts file. </pre> <ul> - <li> s6-randomip reads the <tt>/etc/hosts</tt> file, which must follow the + <li> s6-dns-hosts-compile reads the <tt>/etc/hosts</tt> file, which must follow the <a href="https://man7.org/linux/man-pages/man5/hosts.5.html">traditional hosts format</a>. </li> <li> It outputs a CDB database in the <tt>/etc/hosts.cdb</tt> file. </li> <li> It exits 0. </li> @@ -68,7 +68,8 @@ invocations of s6-dns tools. </li> <li> If s6-dns tools detect that <tt>/etc/hosts</tt> has been modified more recently than <tt>/etc/hosts.cdb</tt>, they will not use <tt>/etc/hosts.cdb</tt> and will perform the compilation step into a temporary file. So, remember to run -s6-dns-hosts-compile after modifying your <tt>/etc/hosts</tt>. </li> +s6-dns-hosts-compile after modifying your <tt>/etc/hosts</tt> if you want to keep +the tiny performance improvement. </li> </ul> </body> |
