-
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
query log incomplete #6064
Comments
Hello and thanks for the thorough report. The most likely reason is that your Windows machine isn't properly set up to only use AdGuard Home.
Are you sure that AGH's IP address hasn't changed since then? The best way to check would be through nslookup -debug -type=a www.github.com. and nslookup -debug -type=a www.github.com. <AGH_IP_ADDRESS> And see if there's any difference. You could also enable the verbose log on your AGH to see if there are any clues there. |
This comment was marked as spam.
This comment was marked as spam.
Please make sure that you've actually enabled verbose logging. It concerns the text log, not the query log, and should enable records with |
Prerequisites
possibly related: #5434
I have searched other issues and found no duplicates
I want to report a bug and not ask a question or ask for help
I have set up AdGuard Home correctly and configured clients to use it. (Use the Discussions for help with installing and configuring clients.)
Platform (OS and CPU architecture)
browsing from:
Windows, 32-bit Intel (aka 386)
adguard installed on:
debian container on proxmox
Installation
docker i think, it's been a few years
Setup
debian container on proxmox, DHCP is handled by AdGuard Home
AdGuard Home version
v0.107.35
Action
query log incomplete
i am having issues with services not loading, i have flushed dns multiple times, i have sat and loaded the service again and again while repeatedly refreshing the query log (SET TO ALL QUERIES) looking for anything that might be blocked, flush, restart application, refresh refresh refresh, service still does not load correctly, i have to manually go and find a list of domains to whitelist, i whitelist them and they suddenly appear on the query log as green/passed
same thing happens on various websites, to unblock github, i had to add
@@||github.com^
then the page still did not load, flush DNS clear cache, watch query log, it showed nothing relating to github whatsoever, i had to inspect the browser log to see what specifically was failing, githubassets.com - so i added this
@@||githubassets.com^
then user images were not loading, i flush dns, clear cache, watch query log, again, nothing github blocked, inspected, githubusercontent.com... manually added
@@||githubusercontent.com^
now it appears in the list as avatars.githubusercontent.com
it's very frustrating, why is the query log so incomplete, yet it DOES show some/many services as blocked, just seemingly the ones i need to unblock are not shown at all, it's like these entries are going to a different file that is not monitored or something, many services don't have a comprehensive list of domains to unblock, so i'm having to unblock all subdomains per domain for each service and hope that fixes it but even that doesn't work for some services, warthunder for instance i cannot get working i must disable adguard entirely for it to work because i cannot see what specifically is being blocked by adguard because the query log that should show what adguard is blocking is not showing everything that adguard is blocking...
upstream DNS are as follows:
set to parallel requests
windows DNS is set to automatic (dhcp) which issues the adguard dns server as the DNS server
everything else works fine, great infact, but the query log is a trainwreck and effectively useless
i've disabled all caching in adguard for good measure and cleared cache, flushed DNS, it should 100% be trying to resolve new addresses for the domains
i've removed githubusercontent.com from the allow list for testing
cannot resolve githubusercontent
cleared all cache, flushed dns, try browsing to it and ping, does not show in the query log, set to ALL QUERIES
ignored domains list:
logs are ENABLED
searching githubusercontent only shows the last successful resolves - despite failing to load before and after
The text was updated successfully, but these errors were encountered: