agate

Simple gemini server for static files
git clone https://github.com/mbrubeck/agate.git
Log | Files | Refs | README

commit 4ae9cd5826ab6deb1e38e1a82ea442499130ee60
parent f7873a13722acc9582323fe0824499a883c68e3b
Author: Johann150 <20990607+Johann150@users.noreply.github.com>
Date:   Mon,  8 Feb 2021 19:29:40 +0100

correct IPv6 syntax

as mentioned by DistroTube this causes problems on some systems
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -40,7 +40,7 @@ openssl req -x509 -newkey rsa:4096 -keyout key.rsa -out cert.pem \ agate --content path/to/content/ \ --key key.rsa \ --cert cert.pem \ - --addr :::1965 \ + --addr [::]:1965 \ --addr 0.0.0.0:1965 \ --hostname example.com \ --lang en-US