From 2c86dde5c3349230f6894fbc24d0c0da83fe63e3 Mon Sep 17 00:00:00 2001 From: jebba Date: Fri, 4 Feb 2022 19:13:00 -0700 Subject: [PATCH] systemd resolving surely infallible --- docs/BUGS.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/BUGS.md b/docs/BUGS.md index 91af47d..943eccb 100644 --- a/docs/BUGS.md +++ b/docs/BUGS.md @@ -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 +``` +