Results 5 issues of Colin Rolfe

Hi there, I have configured Unbound to send all queries to a forward-zone, and there is a particular query that the forward-zone always returns a REFUSED rcode. However, it appears...

This a request to implement/support the [Service Binding Mapping for DNS Servers](https://www.ietf.org/id/draft-schwartz-svcb-dns-03.html) RFC, which defines a new `SvcParamKey` (i.e. `dohpath`) for use in SVCB records. This would be an extension...

`KEY_PREFIX` is currently only set/overidden in the `update_cache_from_env` helper function (but not in middleware.py), which would makes it possible to write to a key (e.g. in a management command) that...

This fixes a bug that only occurs when ~/.vault-token is not present (i.e. Vault does not have a valid token). From what I can tell, the `data` parameter this method...

I'm trying to set scaleStepWidth dynamically on a line graph (based on a maximum value in my dataset), and am having difficulty getting the chart to recognize that I've done...

bug