changeset 362:c133cef513f9

Edited wiki page mod_onions through web user interface.
author thijsalkemade@gmail.com
date Mon, 10 Jun 2013 19:46:53 +0000
parents e935bb1e8299
children 4a39ef28e2d9
files mod_onions.wiki
diffstat 1 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mod_onions.wiki	Mon Jun 10 19:17:07 2013 +0000
+++ b/mod_onions.wiki	Mon Jun 10 19:46:53 2013 +0000
@@ -22,11 +22,15 @@
 = Configuration =
 || *Name* || *Description* || *Type* || *Default value* ||
 || onions_socks5_host || the host to connect to for Tor's SOCKS5 proxy || string || "127.0.0.1" ||
-|| onions_socks5_port || the port to connect to for Tor's SOCKS5 proxy || string || "9050" ||
+|| onions_socks5_port || the port to connect to for Tor's SOCKS5 proxy || integer || 9050 ||
 || onions_only || forbid all connection attempts to non-onion servers || boolean || false ||
-
+|| onions_tor_all || pass all s2s connections through Tor || boolean || false ||
 
 
 = Compatibility =
 ||0.8||Doesn't work||
-||0.9||Works||
\ No newline at end of file
+||0.9||Works||
+
+= Security considerations =
+ * Running a hidden service on a server together with a normal server might expose the hidden service.
+ * A hidden service that wants to remain hidden should either disallow s2s to non-hidden servers or pass all s2s traffic through Tor (setting either {{{onions_only}}} or {{{onions_tor_all}}}).
\ No newline at end of file