Markus Reiter

Results 208 comments of Markus Reiter

I'm currently trying to migrate from Pi-Hole to Blocky, since it is much better suited for running on K8s, but this issue is currently blocking me from doing so, unless...

Yes, it's for caching Steam games, among other things. Well, my other upstream is Unbound running in the same cluster, so it's quite likely that LanCache will not be significantly...

> AdGuard Home has a Fastest IP feature that does exactly what you want. I had a look ad AdGuard Home before finding Blocky, but it has the same issue...

The problem would be if LanCache is down, now I cannot resolve any cached domains. Basically, I want to be able to download game updates even if LanCache is down...

> Is this the way how pihole works? Not by default, but since it uses DNSmasq, I can configure it to use strict order. > the pihole will ask you...

You mean this, right? ![buttons-top](https://cloud.githubusercontent.com/assets/1309829/12296798/2a70673e-ba0a-11e5-83f3-d1f94925fe74.png) ![buttons-middle](https://cloud.githubusercontent.com/assets/1309829/12296797/2a49caf2-ba0a-11e5-8468-199de9881671.png)

Yeah, iTunes is a good example since it has a higher-than-usual titlebar.

I am also getting the `unknown protocol` error with my Ruby scraper https://morph.io/reitermarkus/heizoelpreise-oesterreich.

The inner octets should always be stored in network/big-endian order. The current `Ipv4Addr` implementation already ensures this by constructing the `libc` type with `u32::to_be` and the `libc` type for `Ipv6Addr`...

I agree that it makes sense to move the `SocketAddr` types at the same time. Now there are two options on how to represent them: **The Rust Way:** ```rust pub...