1
Documentation and Translation / Re: AdGuard Home setup guide
« on: November 16, 2022, 06:08:20 pm »Hi Guys,
if i followed this guide - but i have one problem
I cannot fetch Firmware - Updates/Plugins anymore
I need to set an DNS under General and Tick "Do not use the local DNS service as a nameserver for this system"
to make my system fetch these
I ran into this problem also. I think it is caused by only selecting the LAN interface during initial adguard setup. My thinking was "why would I want to have DNS on the WAN?" I guess the answer is that, without it, opnsense doesn't get dns. Maybe it could have also been fixed by putting the router IP in the opnsense gui? Anyway, I fixed it by editing the AdGuardHome.yaml file.
Code: [Select]
# Different network interfaces.
'dns':
'bind_hosts':
- '127.0.0.1'
- '192.168.1.1'
https://github.com/AdguardTeam/AdGuardHome/wiki/Configuration