You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title says, I can't seem to reach any websites as soon as I set AdGuard Home to be my DNS server. When trying to access e.g. google.com, I get a Server Not Found error. However, running nslookup google.com returns the following response:
Also, the query log in AdGuard Home shows, that the domain was successfully processed with no error.
Accessing domains, which I've added to the DNS rewrites section in my AdGuard Home installation works.
Some notes about my setup:
I'm running AdGuard Home as a rootless Podman container on a Raspberry Pi 5 running AlmaLinux. Here's the Quadlet configuration for my container:
[Unit]
Description=AdGuard Home
[Container]
ContainerName=adguard
Image=docker.io/adguard/adguardhome:v0.107.57
AutoUpdate=registry
# Volume mapping
Volume=%h/containers/storage/adguard/work:/opt/adguardhome/work:Z
Volume=%h/containers/storage/adguard/conf:/opt/adguardhome/conf:Z
# DNS
PublishPort=8053:53/tcp
PublishPort=8053:53/udp
# Web UI
PublishPort=3000:3000/tcp
[Service]
Restart=unless-stopped
TimeoutStartSec=900
[Install]
WantedBy=default.target
Note that I'm redirecting port 53 to 8053.
I'm also running Nginx Proxy Manager on the same host.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone
As the title says, I can't seem to reach any websites as soon as I set AdGuard Home to be my DNS server. When trying to access e.g. google.com, I get a Server Not Found error. However, running
nslookup google.com
returns the following response:Also, the query log in AdGuard Home shows, that the domain was successfully processed with no error.
Accessing domains, which I've added to the DNS rewrites section in my AdGuard Home installation works.
Some notes about my setup:
I'm running AdGuard Home as a rootless Podman container on a Raspberry Pi 5 running AlmaLinux. Here's the Quadlet configuration for my container:
Note that I'm redirecting port 53 to 8053.
I'm also running Nginx Proxy Manager on the same host.
Here are my Adguard Home Settings:
Upstream DNS:
Enable encryption: false
I appreciate any help or hints.
Beta Was this translation helpful? Give feedback.
All reactions