Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Discussion options

You must be logged in to vote

You can see whats using port 53 by running lsof -i :53

To fix the issue, run the commands below in the AdGuard LXC console

echo "DNSStubListener=no" >>/etc/systemd/resolved.conf
ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf

reboot the LXC
You can again run lsof -i :53 to ensure port 53 is free

I think that I will edit the script to free port 53 before installing AdGuard. So, you can fix your installation, or wait for the commit.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@tteck
Comment options

Answer selected by tteck
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants