Charles-Henri Bruyand
Charles-Henri Bruyand
### Short description Currently, `dnsdist` exits when encountering an error in the DoT/DoH configuration (such as files for keys are not found or readable). This PR is a proposal to...
### Short description This is a basic utility to perform automatic keyrolls. This currently only support the pre-publish method but should be extendable. ### Checklist I have: - [x] read...
- Program: Authoritative - Issue type: Feature request ### Short description It would be nice to provide a consistent-hashing-based selector in the LUA records functions. ### Usecase In functions such...
### Short description ### Checklist I have: - [ ] read the [CONTRIBUTING.md](https://github.com/PowerDNS/pdns/blob/master/CONTRIBUTING.md) document - [ ] compiled this code - [ ] tested this code - [ ] included...
The key received on the lua side might be truncated if it contains the null char. By changing the type of the prototype, the lua wrapper uses the `key.size()` method...
- Program: dnsdist - Issue type: Feature request ### Short description It looks like `TLSContext` lua API only applies to DNS over TLS and that the equivalent features and methods...