Autosave: 2024-06-17 20:15:04

This commit is contained in:
thomasabishop 2024-06-17 20:15:04 +01:00
parent 790d93d622
commit 7a78adba03
2 changed files with 19 additions and 0 deletions

Binary file not shown.

View file

@ -45,6 +45,25 @@ RouteMetric=600
This stops it using the default DNS server of my router and runs the resolutions
against Pi-Hole.
This should automatically update the two `resolv.conf` files (which should be in
syc), viz:
```
# File: /run/NetworkManager/resolv.conf
# Generated by NetworkManager
nameserver 192.168.0.4
nameserver fded:2060:8671:0:681:9bff:fe9b:37f0
```
```
# File: /etc/resolv.conf
# Generated by NetworkManager
nameserver 192.168.0.4
nameserver fded:2060:8671:0:681:9bff:fe9b:37f0
```
## Related notes
![Network scanning](./Network_scanning.md)