]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - doc/usage.texi
Ability to remove hosts from the states, refactoring
[tofuproxy.git] / doc / usage.texi
index 064d57eb11b262e899a9d6d12561e253991df63c..8942839df9863b2fc6b8bd443ce15760651a5d75 100644 (file)
@@ -48,6 +48,10 @@ main.go:70: listening: [::1]:8080 dns: [::1]:53 certs: ./certs ccerts: ./ccerts
 
 @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
@@ -63,7 +67,19 @@ will be shown Tk-dialog through the @command{wish} invocation. GnuTLS'es
 
 @image{dialog,,,Example dialog,.webp}
 
-@item If you want to use TLS client certificates, then place them to
-@file{-ccerts} directory.
+@item
+To list currently accepted, rejected, HTTP authorized, TLS client
+authenticated hosts:
+
+@example
+$ cat fifos/list-@{accepted,rejected,http-auth,tls-auth@}
+@end example
+
+@item
+To remove knowledge of the host from any of the states mentioned above:
+
+@example
+$ echo www.example.com > fifos/del-tls-auth
+@end example
 
 @end itemize