From dbe007585771e9ecd4157eb2c3a4667098dbec85 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 4 Jan 2017 15:20:11 +0100 Subject: Add hints and roadmap to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 8dd64be..e6230bc 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,13 @@ option | meaning `--listen-public` | If this flag is set, gopher-proxy will accept connections on its public IP address(es). `--default-mime-type` | Mime type to use if spacecookie can't guess it, defaults to "application/octet-stream" `--timeout` | Timeout when connecting in milliseconds, defaults to 10 seconds. + +## Things to keep in mind + +* Your gopher server must send UTF-8-encoded responses or gopher-proxy will break (I will improve this) +* gopher-proxy might misinterpret certain content, because of the context-sensitive nature of gopher +* gopher-proxy does not support Gopher+ + +## Roadmap + +[ ] Add Logging -- cgit 1.4.1