aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/handbook/chapters/installation.texi13
1 files changed, 10 insertions, 3 deletions
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" \
1727At this point we can start the proxy. Simply execute 1727At this point we can start the proxy. Simply execute
1728 1728
1729@example 1729@example
1730$ gnunet-gns-proxy 1730$ gnunet-arm -i gns-proxy
1731@end example
1732
1733To run the proxy at all times in the future, you should
1734change your configuration as follows:
1735
1736@example
1737$ gnunet-config -s gns-proxy -o AUTOSTART -V YES
1731@end example 1738@end example
1732 1739
1733@noindent 1740@noindent
1734Configure your browser to use this SOCKSv5 proxy on port 7777 and visit 1741Configure your browser to use this SOCKSv5 proxy using
1735this link. 1742@code{localhost} on port 7777.
1736If you use @command{Firefox} (or one of its derivatives/forks such as 1743If you use @command{Firefox} (or one of its derivatives/forks such as
1737Icecat) you also have to go to @code{about:config} and set the key 1744Icecat) you also have to go to @code{about:config} and set the key
1738@code{network.proxy.socks_remote_dns} to @code{true}. 1745@code{network.proxy.socks_remote_dns} to @code{true}.