systemd resolving surely infallible

main
jebba 2022-02-04 19:13:00 -07:00
parent b1f5ac40b9
commit 2c86dde5c3
1 changed files with 14 additions and 0 deletions

View File

@ -54,3 +54,17 @@ cloud, and a server will need to be available there.
The access to IP `140.82.114.4` is likely a git pull/update ?
# DNS
Notable, how DNS resolving is done. This binary answers on port `53`:
`/lib/systemd/systemd-resolved`
```
cat /etc/resolv.conf
nameserver 127.0.0.53
options edns0 trust-ad
search lan
```