README: clarify tor and torsocks use - gopherproxy-c - Gopher HTTP proxy in C (… | |
git clone git://git.codemadness.org/gopherproxy-c | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 84b61467b8eb24067b1d4bcf306edfb65c0e5c3d | |
parent 31bf0e0fa53e34bf32a57257f6e306a67ea813a6 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Thu, 30 Aug 2018 17:50:55 +0200 | |
README: clarify tor and torsocks use | |
Diffstat: | |
M README | 11 ++++++++--- | |
1 file changed, 8 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/README b/README | |
@@ -57,9 +57,14 @@ Notes | |
Tor support: | |
-To accept tor gopher browsing, remove the -static flag from LDFLAGS in the | |
-Makefile and modify the isblacklisted() function in gopherproxy.c to allow | |
-.onion addresses. | |
+Modify the isblacklisted() function in gopherproxy.c to allow .onion addresses. | |
+ | |
+ | |
+torsocks support: | |
+ | |
+To accept torsocks with gopherproxy, remove the -static flag from LDFLAGS in | |
+the Makefile. This is because torsocks is a shared library and "hooks into" the | |
+network calls. | |
Nginx buffering issues: |