# HG changeset patch # User thijsalkemade@gmail.com # Date 1370893613 0 # Node ID c133cef513f9b354ab40df51ac260cbe63139ea9 # Parent e935bb1e8299116051292433a7dc10d02e611063 Edited wiki page mod_onions through web user interface. diff -r e935bb1e8299 -r c133cef513f9 mod_onions.wiki --- 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