From: Christian Grothoff Date: Wed, 19 Jun 2019 06:56:02 +0000 (+0200) Subject: clarifications in handbook X-Git-Tag: v0.11.6~95^2~20 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3267f8b90815984e4cf4acd269fe832f4dbd975e;p=oweals%2Fgnunet.git clarifications in handbook --- diff --git a/doc/handbook/chapters/installation.texi b/doc/handbook/chapters/installation.texi index c3b9c6cbc..d02fc7f82 100644 --- a/doc/handbook/chapters/installation.texi +++ b/doc/handbook/chapters/installation.texi @@ -1727,12 +1727,19 @@ $ gnunet-namestore -a -e "1 d" -n "homepage" \ At this point we can start the proxy. Simply execute @example -$ gnunet-gns-proxy +$ gnunet-arm -i gns-proxy +@end example + +To run the proxy at all times in the future, you should +change your configuration as follows: + +@example +$ gnunet-config -s gns-proxy -o AUTOSTART -V YES @end example @noindent -Configure your browser to use this SOCKSv5 proxy on port 7777 and visit -this link. +Configure your browser to use this SOCKSv5 proxy using +@code{localhost} on port 7777. If you use @command{Firefox} (or one of its derivatives/forks such as Icecat) you also have to go to @code{about:config} and set the key @code{network.proxy.socks_remote_dns} to @code{true}.