aboutsummaryrefslogtreecommitdiff
path: root/template/tutorial-archpi.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/tutorial-archpi.html.j2')
-rw-r--r--template/tutorial-archpi.html.j215
1 files changed, 14 insertions, 1 deletions
diff --git a/template/tutorial-archpi.html.j2 b/template/tutorial-archpi.html.j2
index 893a7de8..c33c57bd 100644
--- a/template/tutorial-archpi.html.j2
+++ b/template/tutorial-archpi.html.j2
@@ -61,7 +61,20 @@ in the next step:<p>
61<p><code> 61<p><code>
62> touch ~/.config/gnunet.conf 62> touch ~/.config/gnunet.conf
63</code></p> 63</code></p>
64 64 <br />
65 <p>
66 It's reccomended that you increase your bandwidth restrictions
67 from the acutely low defaults. The example below sets the WAN
68 and LAN limits to the value "unlimited".
69 </p>
70 <br />
71 <code>
72 $ gnunet-config -s ats -o WAN_QUOTA_IN -V unlimited<br />
73 $ gnunet-config -s ats -o WAN_QUOTA_OUT -V unlimited<br />
74 $ gnunet-config -s ats -o LAN_QUOTA_IN -V unlimited<br />
75 $ gnunet-config -s ats -o LAN_QUOTA_OUT -V unlimited<br />
76 </code>
77 <br />
65<p>Now we can start it with the commandline tool gnunet-arm (Automatic Restart 78<p>Now we can start it with the commandline tool gnunet-arm (Automatic Restart
66Manager).</p> 79Manager).</p>
67 80