From e961578fe054b789ef8546d5d8df8d1acd34bd4f Mon Sep 17 00:00:00 2001 From: Steve Date: Mon, 27 Apr 2020 16:01:08 -0400 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce7b91b..2721cbf 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,6 @@ but a standard file looks like such: Where each "active_capsule" is a virtual Gemini capsule. SecretShop supports virtual Gemini capsules all listening on port 1965 as well as multiple Gopher servers runnning (though not virtual Gopher hosts due to protocol limitations) -Please note that CGIDir currently not used (waiting on spec clarification). - ## Building Running "make" should work for any given x86 machine. @@ -44,3 +42,6 @@ Simply run "make uninstall". ## Running Either run the executable directly or use the SystemD unit file + +## Caveats +Currently does not support cert-based authorization.