Good morning,
I'm curently following this tutorial to setup an ADblocker DNS server on my VPS
https://github.com/ragibkl/adblock-dns-server
On the step where I need to verify if the port 53 is available with `# lsof -i:53`, it says that `systemd-resolved` is currently using it, so I'm following the steps given :
- Disable and stop `systemd-resolve`
- Edit `/etc/resolv.conf` to add two lines `nameserver` with the DNS i want
But it seems there's already a configuration setup at `/etc/resolv.conf`
```
nameserver 127.0.0.53
options edns0
search openstacklocal
```
But when commenting the current configuration, and adding my two nameservers, the DNS resolution breaks.
Thanks for your help,
Disable systemd-resolve breaks DNS resolution
Related questions
- VPS and DNS problem
10300
20.04.2018 03:17
- Reset a domain completely (including DNS zone, servers)
9123
30.01.2025 11:24
- How to configure DKIM record DNS in OVH panel?
8974
22.07.2022 07:11
- DNS Zonne expiration emails
8675
05.08.2020 08:37
- DNS Wildcard. Works or not?
8503
06.04.2020 14:21
- Cannot change DNS server
7346
17.05.2019 19:05
- Domain DNS Error
7309
13.03.2018 13:29
- Update IP with dyndns using curl
7120
22.05.2023 07:55
- "Change Reverse DNS" greyed out
6762
16.12.2017 05:11
- DNSSEC and .IT extension not supported by OVH
6248
24.03.2022 10:51