Replies: 2 comments 4 replies
-
This is on the Docker / Podman network side, so basically what you need todo is just set the DNS port to something other than 53. I don't know how to do it for Docker but for Podman just edit
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Something else is running on port 53. As the FAQ says, you can generally use: sudo lsof -i :53 (or a similar |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to report a bug and not ask a question or ask for help
I have set up AdGuard Home correctly and configured clients to use it. (Use the Discussions for help with installing and configuring clients.)
Platform (OS and CPU architecture)
Linux/ARMv7
Installation
GitHub releases or script from README
Setup
On a router, DHCP is handled by the router
AdGuard Home version
0.107.21-1
Action
i want to mention that the issue was raised by another user, however, it was closed with no satisfactory answer.
I installed Adguard from the LuCi packages repository. its over a fresh install of OpenWRT. however, once in the initial setup, you get the error of Address already in use. it goes to both the webUI at 80 and DNS at 53. the wizard suggests using 8080 for the UI, however from the DNS server, it tells you to follow the instructions on another page. which discusses the dnsmasq and many other thing that i don't know. i barely have enough knowledge to set openwrt up let alone everything else being discussed in the guide, and I know I'm not alone in this struggle. would it be possible to change the port from 53 to any other port that is not being used? And if it can be changed, wouldn't it be better to change the default from 53? if not, i have seen a Chinese fork that automates everything, would it be possible to merge their automation into the main repository to make it easier for the users?
Expected result
no "Address already in use" error for setting the initial DNS at port 53
Actual result
"Address already in use" for DNS at port 53
Additional information and/or screenshots
No response
Beta Was this translation helpful? Give feedback.
All reactions