This page temporarily redirects to gemini://blekksprut.net/natto/.
austere gemini/spartan tools for openbsd (might work on other platforms...?)
relayd.conf will need something like this:
protocol "gemini" { tls keypair gemini } protocol "spartan" relay "gemini" { listen on 0.0.0.0 port 1965 tls protocol gemini forward to ::1 port 1965 } relay "spartan" { listen on 0.0.0.0 port 300 protocol spartan forward to ::1 port 300 }
and inetd.conf:
[::1]:gemini stream tcp6 nowait gemini /usr/local/bin/natto natto [::1]:spartan stream tcp6 nowait gemini /usr/local/bin/natto natto -s
you might have to define the gemini service in /etc/services:
gemini 1965/tcp spartan 300/tcp
standalone gemini server. handles tls.
standalone spartan and gemini server. doesn't handle tls.
text/gemini; lang=en
This content has been proxied by September (ba2dc).