-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Listening to TCP is mandatory in some cases #521
Comments
I believe you're experiencing the same issue as #505 If so, it's a known issue that is going to be adressed. |
Don't think it's the same issue as #505 |
Could you please run AG Home with -v argument and collect the verbose log? |
Should I send you the logs to your email address? |
@alexruf hi! I've received your log, thank you! Just in case, do you have |
I have Go 1.11.4 installed on my MacBook yes. |
Awesome, I'll get back with instructions then. Also, it'd be easier to experiment with https://github.com/AdguardTeam/dnsproxy and not AG Home, that's what works under the hood of AG Home anyway. |
Ah, one more thing, it makes sense to build and run In this case |
Thanks to @alexruf I can now compare logs from There's one interesting detail about it, some of the DNS requests came to |
@alexruf could you please build AGH from this branch and see how it goes? To build AGH you'll need It's explained here how to build it: @ibksturm as I understand you've got some issues with Netflix as well. Could you please check if you still experience it with v0.92-hotfix1? |
updatet to 0.92-f1 netflix running since 6h stable my wife too........... i use a combi from dot, doh and dnsc servers 127.0.2.5:55 |
I tried to build it from source, but had trouble to do so. Couldn't figure out what exactly went wrong.
|
Make sure that you clone the repo not to gopath You need osx binary? I guess I can build it for you later when I am at the laptop. |
Nope 'linux/ARMv7'. |
@ameshkov I was finally able to build the fix/521 branch from source and can confirm that it indeed fixed the problems for me. Seems like you were right and for some weird reasons there were DNS requests made over TCP instead of UDP by some applications. |
@alexruf thanks for checking it! |
Looks like this issue is back on v0.96-hotfix. Cannot access netflix app on smart tv. II dont see any DNS query log in the GUI which suggests that domain is blocked. Works fine when switching back to ISPs DNS servers. |
@zeus10000 hm, this must be something else, the DNS server currently listens to TCP. Could you please enable |
Running AdGuard Home v0.92 on Raspberry Pi 3 Model B+.
Cloudflare DNS servers are configured as Upstream DNS servers (regular DNS over UDP, since DoT currently causes issues with AdGuard Home).
The problems is that on my Sony Bravia Android-TV Netflix stops working with connections issues to the Netflix Servers as soon as AdGuard Home DNS Servers are used withing my home network.
First I thought that some hosts are blocked by filter lists. But the Query Log didn't show any blocked or empty DNS requests. So I tried to disable everything (protection, all filters and block lists), but still the Netflix app doesn't work.
So I used Cloudflare DNS servers directly in my home network. The Netflix App instantly was working again.
Seems to be an issue with AdGuard Home. I was using Pi-hole before to globally block Ads in my network without problems.
The text was updated successfully, but these errors were encountered: