README: document restrictions - 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 f4621b7ad329dfb9e68e7ee2527dacd73c8aac33
(DIR) parent 42c1f9f2c86049e667c4037b241bb04492cd36c7
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Wed, 15 May 2019 19:05:35 +0200
README: document restrictions
Diffstat:
M README | 7 +++++++
1 file changed, 7 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/README b/README
@@ -55,6 +55,13 @@ Caddy + http.cgi:
Notes
-----
+Restrictions:
+
+For security reasons, only port 70 and 7070 are accepted as valid gopher ports.
+Furthermore there is a connection time limit and download size limit. See the
+source-code for more information.
+
+
Tor support:
Modify the isblacklisted() function in gopherproxy.c to allow .onion addresses.