hey @Frenck thanks for the video on Adguard Home setup and config on Hassio. I need some direction on an issue. I had it installed on a PI3 and worked so well, but yesterday I’ve migrated my Hassio from my PI3 to VMWare ESXI / Ubuntu Server 18.04 / Docker. Installed restored the backup of my Hassio onto there, it complained about the port 53 so I’ve moved it t port 54 which is fine, but then my issue that I need help with is getting my clients/devices to talk to it again since under my “Top Clients” box on Adguard dashboard all I have now is “localhost (127.0.0.1)” and none of my rules seem to work anymore such as resolving any dns names or blocking anything using the same filters as before …
I’m guessing might be to do with the fact that it is now running inside docker ? did a bunch of research on this but I’m a little stuck, all other addons seem to work fine. Thanks in advance.
ok, problem fixed using the above post Home Assistant Community Add-on: AdGuard Home using the command on my host:
sudo systemctl disable systemd-resolved.service
followed by a reboot command
sudo reboot now
thanks @mjoshd and thanks @Silicon_Avatar
Release v2.0.1
This is a general maintenance release.
Changes
- Upgrades add-on base image to v4.0.2
- Upgrades AdGuard to 0.97.1
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
I dont no if you solved this. But I’m running into the same problem.
Hassio is installed in Ubuntu with Docker. The problem is. Ubuntu used port 53 for the DNS server, so Adguard cant use port 53.
Thats what I have done and its working.
I live in the Uk and my ISP is BT who restricts its customers to use their own DNS servers and this cannot be changed. Does that render this addon useless for me?
I use hassio on a pi
you could change route router to something that would let you change yoru DNS server.
You could disable DHCP on your router and replace it with AdGuard as well…
Or just change it on a per-device setting. I’m on BT too and just override it on each device.
I’ve raised an issue on git:
https://github.com/hassio-addons/addon-adguard-home/issues/28
Has anyone else here encountered?
I’m having a bit of trouble after installing duckdns on my hassio, the add on start but the only “client” I get is 127.0.0.1 which is wrong, obviously. Before I had Duckdns running it worked flawless, but I don’t know what the difference should be in the settings
Edit: I’m running this:
Add-on version: 2.0.1
You are running the latest version of this add-on.
System: HassOS 2.8 (armv7 / raspberrypi3)
Home Assistant version: 0.96.5
Supervisor version: 170
And are getting this alert when booting
nginx: [alert] detected a LuaJIT version which is not OpenResty's; many optimizations will be disabled and performance will be compromised (see https://github.com/openresty/luajit2 for OpenResty's LuaJIT or, even better, consider using the OpenResty releases from https://openresty.org/en/download.html)
Release v2.0.2
This is a general maintenance release.
Changes
- Upgrades add-on base image to v4.0.3
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
Frenck you Great, and your awesome masterpiece maybe makes people happy.
Always Thank you.
Release v2.1.0
This is a general maintenance release, that now ships with AdGuard Home v0.98.1!
This new version comes with tons of new features, see the release note by AdGuard for more information.
https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.98.0
Changes
- Upgrades nginx to 1.16.1-r0
- Upgrades add-on base image to v4.1.1
- Fixes path handling for SSL certificates
- Updates HA Auth URL in NGinx LUA sccript
- Use Hass.io DNS as NGinx resolver
- Update HA Discovery with latest Bashio
- Removes now obsolete hosts configuration
- Upgrade AdGuard Home to v0.98.1 (#32)
- Enable use of AdGuard Home work-dir option
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
I have a rather strange problem. I have been running AdGuard for a month or two now and it has been great. It resolves everything and blocks what it is supposed to block. However, I have had an issue with a couple of devices on my network. The first one is my Rachio sprinkler controller and the other is a Tablo OTA DVR. My DHCP is provided by my Unifi USG and DNS is provided by AdGuard in my Hassio setup. The reason I suspect AdGuard–and I could be wrong–is that if I add 1.1.1.1 as the DNS server in the USG and reboot the Tablo to pick up the DNS server, things just start working. Same is true for the Rachio. I see those devices hitting the AdGuard server in the query log and see the results of the query, but for some reason it doesn’t seem as though the devices see the result or can’t process it. I am a technical guy (Linux admin) with some good networking understanding. However, I can’t understand what is happening in this case. A first, and only, guess it that the returned result is bigger than the allowed packet size and gets dropped.
This is a typical reply for the Tablo device:
Does anyone have any ideas?
Whats the best way of bulk adding friendly names now that the addon config of hosts is removed?
Edit a host file within the docker container? Or stuck with doing it one by one?
Is this supposed to stop YouTube adverts playing at the start of videos?
If so I must have setup something wrong here because it doesn’t work for me.
No.
Than cannot be done at the DNS level, so AdGuard, PiHole, or any other blocker like this will not do that.
Thanks I kind of guessed that but I’m glad to have it confirmed.
So, do people use both a DNS level blocker to catch most stuff and still use a browser extension to catch the rest?
Is there a reason not to do this?
I have another quick question…
What are all these DNS addresses?
I think the 172.x.x.x are Docker containers, yes?
192.168.1.25 is my hassio.
But what is 192.168.192.25?
Thanks.
Hello there,
I have use this add-on from the beginning but now i got a problem. my log: https://pastebin.com/E8qd4Hij
I using the hassio on ubuntu with docker.
I tried couple tricks example:
https://askubuntu.com/questions/907246/how-to-disable-systemd-resolved-in-ubuntu
What am I missing here?
Many thanks