This page temporarily redirects to gemini://blekksprut.net/natto/.

natto

austere gemini/spartan tools for openbsd (might work on other platforms...?)

setup

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

karashi

standalone gemini server. handles tls.

negi

standalone spartan and gemini server. doesn't handle tls.

Proxy Information
Original URL
gemini://blekksprut.net/natto
Status Code
Success (20)
Meta
text/gemini; lang=en
Capsule Response Time
2665.333816 milliseconds
Gemini-to-HTML Time
1.011961 milliseconds

This content has been proxied by September (ba2dc).