]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - doc/usage.texi
WARC
[tofuproxy.git] / doc / usage.texi
index 8cfbb0600dcfb3bbe85fa3b63ce0d4b7d195ffae..c6f2611b796468165b97b0bc6492319c6ee7f0f0 100644 (file)
@@ -1,14 +1,14 @@
 @node Usage
 @unnumbered Usage
 
-@itemize
+Currently @command{tofuproxy} uses:
+GnuTLS'es @url{https://www.gnutls.org/manual/html_node/certtool-Invocation.html, certtool},
+@url{http://cr.yp.to/redo.html, redo} build system,
+@url{https://www.tcl.tk/, Tcl/Tk}'s @command{wish} shell for GUI dialogues,
+@command{dwebp}, @command{djxl}, @command{avifdec} for images transcoding,
+@url{https://github.com/halturin/multitail, multitail} for logs viewing.
 
-@item Currently @command{tofuproxy} uses:
-    GnuTLS'es @url{https://www.gnutls.org/manual/html_node/certtool-Invocation.html, certtool},
-    @url{http://cr.yp.to/redo.html, redo} build system,
-    @url{https://www.tcl.tk/, Tcl/Tk}'s @command{wish} shell for GUI dialogues,
-    @command{dwebp}, @command{djxl} for images transcoding,
-    @url{https://github.com/halturin/multitail, multitail} for logs viewing.
+@itemize
 
 @item Download and build @command{tofuproxy}:
 
@@ -37,7 +37,7 @@ Run @command{tofuproxy} itself. By default it will bind to
 
 @example
 $ ./tofuproxy.cmd
-main.go:316: listening: [::1]:8080 certs: ./certs
+main.go:70: listening: [::1]:8080 dns: [::1]:53 certs: ./certs ccerts: ./ccerts
 @end example
 
 @item Trust your newly generated CA:
@@ -48,6 +48,10 @@ main.go:316: listening: [::1]:8080 certs: ./certs
 
 @item Point you HTTP/HTTPS clients to @code{http://localhost:8080}.
 
+@item
+If you want to use TLS client certificates, then place them to
+@file{-ccerts} directory.
+
 @item Watch logs:
 
 @example
@@ -56,11 +60,8 @@ $ ( cd fifos ; ./multitail.sh )
 
 @image{logs,,,Example logs,.webp}
 
-@item
-When you encounter something requiring your attention and decision, you
-will be shown Tk-dialog through the @command{wish} invocation. GnuTLS'es
-@command{certtool} is used for certificate information printing.
-
-@image{dialog,,,Example dialog,.webp}
-
 @end itemize
+
+@include spies.texi
+@include certs.texi
+@include warcs.texi