๐พ Archived View for bbs.geminispace.org โบ u โบ drh3xx โบ 19040 captured on 2024-08-31 at 15:42:55. Gemini links have been rewritten to link to archived content
โฌ ๏ธ Previous capture (2024-08-19)
-=-=-=-=-=-=-
Following on from random2934 throwing a project idea out there. I think something that might be useful to folks is if someone was able to host a DynDNS service which used a periodic gemini request with an identity cert to update IPs for registered domains associated with that cert. Registration (including association of the identity) and management of domains and associated RR would be fairly doable via a gemini interface. Nice easy: setup of the service and add the domain(s) you intend to manage and some A/AAAA records then change reassign the NameServer for your domain with your registrar. Install an update client on your system and point it at the DynDNS update URL with the correct cert. Any thoughts.
Aug 09 ยท 3 weeks ago
๐ requiem ยท Aug 13 at 21:17:
This sounds like a really cool idea. so basically a "regular" dyndns service, with signup / management through Gemini?
IP update could be done easier - via a curl-like command, like `gg` [^1] or even just `netcat` [^2] with unique URL's. It's what many DynDNS providers do -- that way it's easier to automate it and you don't need special tools for it.
โ [^1] https://gmid.omarpolo.com/gg.1.html
โ [^2] `$ echo gemini://gemini.circumlunar.space/ | ncat -C --ssl gemini.circumlunar.space 1965`