0
Ubuntu 20.04: Can't start nextdns
I've installed nextdns using the usual curl method, but I'm getting the following errror
from `nextdns log`
Sep 04 19:20:15 jetset systemd[1]: Started NextDNS DNS53 to DoH proxy..
Sep 04 19:20:15 jetset nextdns[306676]: Starting NextDNS 1.36.0/linux on :53
Sep 04 19:20:15 jetset nextdns[306676]: Starting mDNS discovery
Sep 04 19:20:15 jetset nextdns[306676]: Listening on TCP/:53
Sep 04 19:20:15 jetset nextdns[306676]: Listening on UDP/:53
Sep 04 19:20:15 jetset nextdns[306676]: Startup failed: proxy: tcp: listen tcp :53: bind: address already in use
Sep 04 19:20:15 jetset nextdns[306676]: Error: proxy: tcp: listen tcp :53: bind: address already in use
Sep 04 19:20:15 jetset systemd[1]: nextdns.service: Main process exited, code=exited, status=1/FAILURE
Sep 04 19:20:15 jetset systemd[1]: nextdns.service: Failed with result 'exit-code'.
Running `sudo netstat -tulpn`, I see that systemd-resolve is using this port.
Any suggestions?
2 replies
-
I have same problem on LInuxlite/ubuntu 20
-
Try this one.
sudo systemctl stop systemd-resolved
sudo systemctl disable systemd-resolved
Content aside
- 3 yrs agoLast active
- 2Replies
- 592Views
-
2
Following