Update hidden service doc w/ unix socket info
hiromipaw

hiromipaw commited on 2017-08-08 11:26:56
Zeige 1 geänderte Dateien mit 7 Einfügungen und 0 Löschungen.

... ...
@@ -136,6 +136,13 @@
136 136
     HiddenServicePort 80 127.0.0.1:8080
137 137
     </pre>
138 138
 
139
+    <p>Note that since 0.2.6, both <var>SocksPort</var> and <var>HiddenServicePort</var> support Unix socket. 
140
+    This means that you can point the <var>HiddenServicePort</var> to a Unix socket:</p>
141
+    <pre>
142
+    HiddenServiceDir /Library/Tor/var/lib/tor/hidden_service/
143
+    HiddenServicePort 80 unix:/path/to/socket
144
+    </pre>
145
+
139 146
     <p>Now save the torrc and restart your tor.</p>
140 147
 
141 148
     <p>If Tor starts up again, great. Otherwise, something is wrong. First look at
142 149