README: document restrictions - gopherproxy-c - Gopher HTTP proxy in C (CGI) | |
git clone git://git.codemadness.org/gopherproxy-c | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit f4621b7ad329dfb9e68e7ee2527dacd73c8aac33 | |
parent 42c1f9f2c86049e667c4037b241bb04492cd36c7 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Wed, 15 May 2019 19:05:35 +0200 | |
README: document restrictions | |
Diffstat: | |
M README | 7 +++++++ | |
1 file changed, 7 insertions(+), 0 deletions(-) | |
--- | |
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. |