README: add instructions for tor proxying - gopherproxy-c - Gopher HTTP proxy in C (CGI)
(HTM) git clone git://git.codemadness.org/gopherproxy-c
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit ab450f6020e7a69eaba6446167ba25b9d296a5d9
(DIR) parent 01c9ba076423824ce71944c7af6e0c3f24960ec8
(HTM) Author: trqx@goat.si <trqx@goat.si>
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(-)
---
(DIR) 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).