Logs now hide hostnames and IPs and collapse long domain lists to a count.
What's wrong with this entry?
Network error text in logs has the host replaced with <host> or <ip>, and long allow/block domain lists collapse to a count, so shared logs leak less about your network.
- Handles DNS and socket failures (getaddrinfo, getnameinfo, query, connect) along with the accompanying error code.
- The recognizable diagnostic sentences, such as
domains are not accessible to our user agent, are kept intact so the error still reads sensibly.
domains are not accessible to our user agent
Strings lifted out of the shipped bundle, so the claim above can be checked against them.