NixOS Networking | 901 Members | |
| Declaratively manage your switching, routing, wireless, tunneling and more. | 269 Servers |
| Sender | Message | Time |
|---|---|---|
| 12 Sep 2025 | ||
| 12:47:05 | ||
| ghostbuster91: As promised my unicast DNS multicaster, https://codeberg.org/toonn/dns2mdns | 13:15:30 | |
| Huh? Doesn't nginx support resolving through normal OS provided name lookups? | 13:32:35 | |
| If you have a configuration for me that makes that utility redundant, I'm all ears. | 13:37:14 | |
| @toonn:matrix.org some haskell review
| 13:37:15 | |
| You can enable mDNS in systemd-resolved and then nginx should use that. | 13:37:49 | |
| I have that kind of setup somewhere. There's some shitty behaviors with the systemd-resolved mdns implementation relating to IPv6, but I don't remember what exactly was the pain point with that. It was something they specifically defined to do wrong and not care about, if I remember correctly. | 13:40:36 | |
| I had this on one laptop where I absolutely needed to use network damager for managing WiFi due to reasons. Thus, the rather weird config on that.
| 13:44:51 | |
| Firewall needs to be handled as well, like:
| 13:45:31 | |
| so systemd-networkd is used to manage all other network things except WiFi, and systemd-resolved is used for all DNS lookups | 13:47:47 | |
| Oh, you know what, I think I remember what the problem with systemd-resolved is in my case. It doesn't allow for subdomains of .local! | 13:51:57 | |
| That's out of spec | 13:52:15 | |
|
| 13:52:23 | |
| Yep, and working well for me : ) | 13:52:26 | |
| I really don't see a good reason for it to be out of spec, it's just an arbitrary decision AFAICT. | 13:53:07 | |