Andrey Meshkov

Results 1060 comments of Andrey Meshkov

Uh, never heard of anything like that. Could you please provide some examples? Maybe some other software already has a similar feature?

Seems a little bit out of scope for us, but I'll mark it as feature request and we'll see if there are more people requesting it.

Could you please show the responses, I don't quite understand what's the problem yet.

Ah, now I got it, interesting. Could you please also show what you see here? https://d.adguard-dns.com/info.txt

Thank you! I see the issue with IPv6 on one of the servers in Frankfurt, we'll figure it out soon

But standard deviation is `0.6-0.8ms` according to the chart. I wonder could it be that the test runs into the deployment on our side that causes a timeout or something...

Generally, nothing wrong with dnsping results, it may happen. For instance, when testing cloudflare DNS I see much larger spikes. ``` --- 1.1.1.1 dnsping statistics --- 50 requests transmitted, 50...

One more solution is to disable conflicting `dnsrewrite` for that particular domain: `unifi.services.home.lan` ``` |*.services.home.lan|$dnstype=A,dnsrewrite=NOERROR;A;192.168.0.5 |unifi.services.home.lan|$dnstype=A,dnsrewrite=NOERROR;A;192.168.1.2 @@|unifi.services.home.lan|$dnstype=A,dnsrewrite=NOERROR;A;192.168.0.5 ``` @ainar-g one way to "fix" this is by allowing specifying several records...

@ainar-g I'd disagree here. The whole point is that `urlfilter` returns multiple rules, i.e. it expects that all those rules will be applied to the DNS query. Btw, in any...