commit 1e0d6a3fd6d8ab0a3555299d0e4259ef6cf23582 Author: traumschule traumschuleriebau@riseup.net Date: Wed Sep 19 23:49:16 2018 +0200
add torsocks to projects page --- projects/en/projects.wml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/projects/en/projects.wml b/projects/en/projects.wml index 09d582be..14aeee15 100644 --- a/projects/en/projects.wml +++ b/projects/en/projects.wml @@ -157,8 +157,26 @@ world. </div> </div>
+<div class="projectbox"> +<!--<a href="https://trac.torproject.org/projects/tor/wiki/doc/torsocks/"> +<img class="icon" src="$(IMGROOT)/icon-OONI.png" alt="OONI Icon" +width="80"></a>--> +<div class="projectdesc"> +<div class="name"><a +href="https://trac.torproject.org/projects/tor/wiki/doc/torsocks%22%3E +Torsocks</a></div> +<p> +Torsocks is a torifying wrapper that is primarily used to redirect all +network traffic of individual SOCKS-friendly applications through the Tor +network. It also ensures DNS queries are handled correctly and explicitly +blocks all UDP traffic from the application in question. +</p> +</div> +</div> + <p> -Also see our list of <a href="<page projects/community>">community projects</a>. +Also see our list of <a href="<page projects/community>"> +community projects</a>. </p>
tor-commits@lists.torproject.org