Autosave: 2024-06-17 20:15:04
This commit is contained in:
parent
790d93d622
commit
7a78adba03
2 changed files with 19 additions and 0 deletions
BIN
.zk/notebook.db
BIN
.zk/notebook.db
Binary file not shown.
|
@ -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
|
||||
|
||||

|
||||
|
|
Loading…
Add table
Reference in a new issue