msrd0
msrd0
> This appears to be the upstream kernel bug report (prompted by a similar network issue in another project): > > https://bugzilla.kernel.org/show_bug.cgi?id=216711 I also have this problem but I'm not...
It looks like this is blocked on a new release from pulldown-cmark.
I can confirm the problem noticed by @bluebear94, I still get the error. Also, I found the following in the cargo output, verifying that this PR is used: ``` Compiling...
> Setting log level to warn. This is not sufficient, as I have seen IP addresses and domains queried in error messages as well.
This is less of a security "thread" and more of a privacy issue. If I were hosting a DNS server using trust-dns software, I don't want any log of my...
I guess to prevent DoS attacks an similar, a rate limit per IP would be much more effective, at least for people like me that don't inspect what their server...
Yes, it works on main. However, the startup delay (I assume that's the time it takes trust-dns to figure out that the IPv6 entries are unavailable) is pretty long (like...
I don't think regex glob matching is currently implemented
That's a problem with crates.io markdown link generation. It is the same readme as on GitHub, and the link works on GitHub.
The `status_mut` function is defined in the `http` crate and has documentation, including an example, on how to use it: https://docs.rs/http/0.2.8/http/response/struct.Response.html#method.status_mut