comparison mod_onions.wiki @ 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
comparison
equal deleted inserted replaced
361:e935bb1e8299 362:c133cef513f9
20 }}} 20 }}}
21 21
22 = Configuration = 22 = Configuration =
23 || *Name* || *Description* || *Type* || *Default value* || 23 || *Name* || *Description* || *Type* || *Default value* ||
24 || onions_socks5_host || the host to connect to for Tor's SOCKS5 proxy || string || "127.0.0.1" || 24 || onions_socks5_host || the host to connect to for Tor's SOCKS5 proxy || string || "127.0.0.1" ||
25 || onions_socks5_port || the port to connect to for Tor's SOCKS5 proxy || string || "9050" || 25 || onions_socks5_port || the port to connect to for Tor's SOCKS5 proxy || integer || 9050 ||
26 || onions_only || forbid all connection attempts to non-onion servers || boolean || false || 26 || onions_only || forbid all connection attempts to non-onion servers || boolean || false ||
27 27 || onions_tor_all || pass all s2s connections through Tor || boolean || false ||
28 28
29 29
30 = Compatibility = 30 = Compatibility =
31 ||0.8||Doesn't work|| 31 ||0.8||Doesn't work||
32 ||0.9||Works|| 32 ||0.9||Works||
33
34 = Security considerations =
35 * Running a hidden service on a server together with a normal server might expose the hidden service.
36 * 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}}}).