README: clarify tor and torsocks use - gopherproxy-c - Gopher HTTP proxy in C (CGI)
HTML git clone git://git.codemadness.org/gopherproxy-c
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 84b61467b8eb24067b1d4bcf306edfb65c0e5c3d
DIR parent 31bf0e0fa53e34bf32a57257f6e306a67ea813a6
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
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(-)
---
DIR 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: