X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=doc%2Fusage.texi;h=828fe349705279ed4ee13014ae1739e8c558999a;hb=aca0f719ffa95e51420a625813f2f4cbf1d5397c;hp=6ff4cd3328a235ecb6638a91e5923a5907b57ccb;hpb=6eee3c6c83cc535855e254426a90f7a2abba04ce;p=tofuproxy.git diff --git a/doc/usage.texi b/doc/usage.texi index 6ff4cd3..828fe34 100644 --- a/doc/usage.texi +++ b/doc/usage.texi @@ -32,7 +32,7 @@ $ SSL_CERT_FILE=`pwd`/cert.pem GIT_SSL_CAINFO=`pwd`/cert.pem redo all @item Run @command{tofuproxy} itself. By default it will bind to -@code{[::1]:8080}, use @code{[::1]:53} DNS server for DANE requests +@code{[::1]:8080} and use @code{[::1]:53} DNS server for DANE requests (set to an empty string to disable DANE lookups): @example @@ -46,11 +46,7 @@ main.go:70: listening: [::1]:8080 dns: [::1]:53 certs: ./certs ccerts: ./ccerts # cat cert.pem >> /etc/ssl/cert.pem @end example -@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 Point you HTTP/HTTPS clients to @code{http://localhost:8080} proxy. @item Watch logs: @@ -61,8 +57,3 @@ $ ( cd fifos ; ./multitail.sh ) @image{logs,,,Example logs,.webp} @end itemize - -@include spies.texi -@include certs.texi -@include warcs.texi -@include gemini.texi