README: add instructions for tor proxying - gopherproxy-c - Gopher HTTP proxy i… | |
git clone git://git.codemadness.org/gopherproxy-c | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit ab450f6020e7a69eaba6446167ba25b9d296a5d9 | |
parent 01c9ba076423824ce71944c7af6e0c3f24960ec8 | |
Author: [email protected] <[email protected]> | |
Date: Sun, 19 Aug 2018 21:01:21 +0200 | |
README: add instructions for tor proxying | |
Diffstat: | |
M README | 11 ++++++++++- | |
1 file changed, 10 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/README b/README | |
@@ -27,7 +27,7 @@ Cons | |
CGI configuration examples | |
-------------------------- | |
-nginx + slowcgi: | |
+Nginx + slowcgi: | |
location /gopherproxy/ { | |
include /etc/nginx/fastcgi_params; | |
@@ -55,6 +55,15 @@ Caddy + http.cgi: | |
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. | |
+ | |
+ | |
+Nginx buffering issues: | |
+ | |
When using nginx 1.12+ with OpenBSD slowcgi there may be buffering issues. This | |
is a bug in nginx. This bug is fixed in newer nginx versions (see patch below). | |