clarifications in handbook
authorChristian Grothoff <christian@grothoff.org>
Wed, 19 Jun 2019 06:56:02 +0000 (08:56 +0200)
committerChristian Grothoff <christian@grothoff.org>
Wed, 19 Jun 2019 06:56:02 +0000 (08:56 +0200)
doc/handbook/chapters/installation.texi

index c3b9c6cbc7cb36510fce571a0c4775b143001939..d02fc7f823dac9e867691f91cc2b9dad5d4f2aee 100644 (file)
@@ -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}.