Dimitri Herzog

Results 129 comments of Dimitri Herzog

Hi, thanks for you work! I think it can be useful if someone has the kafka stack running. Just curious: what is your toolset to analyse queries from blocky? The...

So if I understand you right, you think it is not necessary to prefetch this domain, since it is on the black list?

Regarding the wildcard in blacklists: it is not supported. You can either use the hosts format or regex (within "/"), see https://0xerr0r.github.io/blocky/configuration/#regex-support Regarding the prefetching of always blocked entries ->...

AFAIK it works only if traefik has access to docker daemon (and this is always a security risk). If not, there is no possibility to read labels inside the container....

koanf looks nice, I'll take a look on it. We need something, which can read yaml and env (env should has precedence over yaml) with custom parsing functionality. Really cool...

@kwitsch I tried koanf and it works well. As far I understand, uses koanf internally a map with string -> string if you parse env variables. There is no support...

I tried to implement env based config with koanf and there were some "challenges": * currently, we use yaml package to conver yaml to structs. There is a lot of...

> > As far as i know it's the most common way to store configurations inside containers. I agree with @kwitsch: env variables are the "recommended" way for containerized applications...

Hey, hm, I was not aware of the proxy protocol, this looks interesting. Currently, I'm working on a dns-proxy as Proof-of-concept (see my repositories), which serves DoT and sends requests...