Comment by ๐ป ps
Re: "Hanging an Antenna on Yggdrasil"
I would like to open all capsules presented there in IPv6 format, because not running Alfis and .at zone is denied by the privacy rules; what the maDNS
Apr 02 ยท 5 weeks ago
4 Later Comments โ
๐ป eugene [OP/mod] ยท Apr 02 at 12:00:
@ps
Do you mean you want me to render a special variant where all links are converted to bare IP links? I could do that for gemfeeds, but for atom feeds that would get complicated...
What stops you from using an in-Yggdrasil resolver only for ygg/ygg.at, though?
๐ป ps [mod] ยท Apr 02 at 13:55:
Don't know how is hard to implement IPv6 addresses when I open IPv6 instance:
โ [300:804a:cbeb:f99c::7777]
Because, as not user of Alfis and Meshname, I can't navigate references but after manual resolve; not fact, this resolve is supported by their server...
So, even small but feed with the plain IPv6 could be useful for me.
What stops you from using an in-Yggdrasil resolver only for ygg/ygg.at, though?
- ygg - requires alfis which is expensive in my situation with power issues (I'm using laptop 99% of time)
- ygg.at - clearnet request; even friendly project.
๐ป eugene [OP/mod] ยท Apr 02 at 14:56:
@ps
Well, check the bottom of the page below the list now. Gjallarhorn can now generate a second version of the list, in which all the URLs point to the bare IP of the submitted host. This might not be correct for *all* feeds, but it should be what you wanted.
ygg.at - clearnet request; even friendly project
Not necessarily, depends on your DNS configuration. If you use, e.g., dnsmasq, you can tell it to:
Which will direct all DNS queries both to `ygg` *and* to `ygg.at` into Yggdrasil to one of Reverton's servers. (The `@ygg` also ensures that it goes into the network interface named "ygg", which is what I name my Yggdrasil tun interfaces.)
Sure, this goes into the clearnet to resolve .at *somewhere* - but there should be no way to connect it to your clearnet IP, so I don't see the problem.
If you want to get really weird with it, you can use `dnsdist` and directly program what it does with every particular DNS query in Lua, that's how you get actually Lovecraftian DNS. :)
๐ป ps [mod] ยท Apr 02 at 15:07:
Thanks much!!
I'll do something with my local resolver, but currently the iponly.gmi is exactly that I want!
Original Post
Hanging an Antenna on Yggdrasil โ So I did make that Yggdrasil-only Antenna clone. It's very primitive for the moment, but should work for any capsule that exposes a gemfeed: [gemini link] gjallarhorn.ygg (ALFIS) [gemini link] gjallarhorn.ygg.at (Clearnet DNS) [gemini link] amaiaswl5p4zyaaaaaaaaadxo4.meship (meshnamed) [gemini link] amaiaswl5p4zyaaaaaaaaadxo4.meshname (meshnamed) [gemini link] Bare Yggdrasil IP. I'll work on other formats when I get more spare time. :) Please play with it and...