Adrian Dewhurst
Adrian Dewhurst
When we receive a DNS response that is larger than our maximum response size, there is usually an incomplete record at the end. That partial record should be removed so...
### What is the issue? There seem to be multiple overlapping issues when using a proxy server on Windows: 1. The frontend sends logs via the backend. If a proxy...
This disallows labels that start with digits (as per RFC 1035 section 2.3.1). The invalid character error text is also improved so that UTF-8 sequences are properly copied to the...
### What is the issue? DNS labels are permitted to start with a digit in `dnsname.ValidLabel`. RFC 1035 section 2.3.1 says that labels must start with a letter. ### Steps...