Comment by ⛄️ gim

Re: "Yet Another Gemini Server Announcement"

In: s/Gemini

@tenno-seremel seem that after change mentioned earlier, ipv6 should also work, I was able to test it on link-local interface:

to bind to all (ipv6) interfaces set

Bind = "[::]"

and hostname in servers section to ipv6 addr:

Hostname = "[fe80::9656:d028:8652:66b6]"

I _assume_ it would be nice to set CN in cert to that address as well. Although I'm not sure how clients should be handling that anyway (in context of TOFU I mean).

Anyway, simple script I got `getgem 'gemini://[fe80::9656:d028:8652:66b6]/'` seems to properly connect and retrieve the content

⛄️ gim [OP]

Aug 11 · 2 months ago

1 Later Comment

☕️ tenno-seremel · Aug 12 at 12:21:

@gim Now that’s interesting! :)

Original Post

🌒 s/Gemini

Yet Another Gemini Server Announcement — Hello, I think I can finally share initial version of a server I've been working on. Version 0.1.1 supports: virtual servers (and per-server certificates) certificate zones CGIs, SCGIs and FastCGI for dynamic content user directories [https link] It seems I have also succesfully switched my capsule from "Molly Brown" to YAGS 🎊

💬 gim · 8 comments · 2 likes · Aug 10 · 2 months ago


Source