Simon Arlott
Simon Arlott
Regardless of the order, it must attempt to use all of the A/AAAA responses for each hostname. One way to do that would be to retain a cache of most...
It is a "must" but there are a lot of ways to implement that behaviour, including randomly picking one IP from all responses for a hostname (which I think it...
That just means that you need to have two bind addresses for outgoing connections, one for IPv4 and one for IPv6. If you can't supply both then you can't use...
So add a new setting for people who want to use DNS properly by removing the restriction on one address family. I can't imagine anyone using eggdrop who would not...
It's in the [MeshCentral](https://github.com/Ylianst/MeshCentral) repository but it depends on custom node.js modules with names that conflict with existing modules and core modules. Those are in [MeshAgent](https://github.com/Ylianst/MeshAgent).
That repository just contains things I needed to do that MeshCommander couldn't like creating a server certificate without giving MeshCommander the Root CA private key. I also implemented KVM redirection...
In both places where it decides that the host should be recorded as not supporting EDNS, it checks to see if the query requested DNSSEC. That's inappropriate if unbound is...
I've made a PR to raise the log level of the recreated database message, because warning is not enough: https://github.com/NLnetLabs/nsd/pull/121
I will try migrating to using zone files instead of the database. Even the latest version of nsd only uses the xfrd state information for the zonestatus command, when I'd...
This happens with `setuptools>=60` on Ubuntu 22.04 with Python 3.10.4 but not on Ubuntu 20.04 with Python 3.8.10/3.9.5. Downgrading setuptools to before version 60 works around the problem. Ubuntu 22.04...