Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Version of AdGuard Home server:
v0.102.0, Docker
How did you setup DNS configuration:
irrelevant
Operating system and version:
Docker on Ubuntu Server 19.10
/etc/hosts file is configured properly (using extra_hosts key of the docker-compose.yml)
"Top Clients" box on the landing page should show the "Friendly names" instead of just IPs.
"Top Clients" shows IPs only (since the last update)
You'd like to get the names from /etc/hosts, right?
Yes, as described here: https://github.com/AdguardTeam/AdGuardHome/wiki/Configuration#friendly-names
When I add extra_hosts list in my docker-compose.yml they get added to /etc/hosts file in the container (I confirmed that that file is populated correctly in the container).
It worked before and stopped yesterday when I updated to the latest version.
Got it, thank you!
Alternatively, you can use "Clients" section.
@ameshkov thanks that works fine.
I will use that instead :-)
I think it's a duplicate of #1686
Probably there are tab characters in your /etc/hosts file
@szolin I have not edited the /etc/hosts manually.
But I checked just now and there are no tab characters, only spaces.
Do you see the clients names in Client settings, section Clients (runtime) ?
No, the bottom table is empty.
Please attach your hosts file (a few lines will suffice, but don't change the whitespace) and debug logs while restarting the server.
enable debug logs:
- Configure AdGuard Home to collect logs:
- Specify
log_file
- Set
verbosetoTrue
- Restart AdGuard Home and reproduce the issue
- Post the log file here.
Thank you! So this is a duplicate of #1686.
Tabs are not supported in the latest release - we already fixed this issue and it will be available in the next version.
Most helpful comment
Thank you! So this is a duplicate of #1686.
Tabs are not supported in the latest release - we already fixed this issue and it will be available in the next version.