diff options
author | Omar Polo <op@omarpolo.com> | 2021-02-08 18:54:34 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-02-08 18:54:34 +0000 |
commit | 747b35d0daac0fbcdb12aa949ef6a404fc4c5c3a (patch) | |
tree | fc9f2b7857ae6383977bc7f206a1067c3ed03e5f /README.md | |
parent | b9231167fbba5ded9aede5f7a7f39428436ba965 (diff) |
align
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -2,21 +2,15 @@ gmid is a fast Gemini server written with security in mind. I initially wrote it to serve static files, but it has grown into a -featureful server that can be used from either the command line to -serve local directories - - gmid docs # serve the directory docs over gemini - -or as a traditional daemon - - gmid -c /etc/gmid.conf +featureful server. ## Features (random order) - - reconfiguration: reload the running configuration without interruption + - reconfiguration: reload the running configuration without + interruption - sandboxed by default on OpenBSD, Linux and FreeBSD - IRI support (RFC3987) - punycode support |