Added Howto Disable systemd-resolved
This commit is contained in:
16
Linux/Docs/HowTo-DisableResolved.md
Normal file
16
Linux/Docs/HowTo-DisableResolved.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Disable systemd-resolved (DNS Cache)
|
||||
It will now use DNS servers from DHCP / NetworkManager configation
|
||||
|
||||
### Disable systemd-resolved
|
||||
```
|
||||
systemctl --now disable systemd-resolved
|
||||
```
|
||||
### Configure and restart NetworkManager
|
||||
add to the `[main]` section of `/etc/NetworkManager/NetworkManager.conf`
|
||||
```
|
||||
dns=default
|
||||
```
|
||||
**Restart NetworkManager**
|
||||
```
|
||||
systemctl restart NetworkManager
|
||||
```
|
||||
Reference in New Issue
Block a user