From 7f918cc797cb7b2cb6a80d22c6ad9fcb7e941a56 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 15 May 2024 20:29:59 +0300 Subject: [PATCH] systemd/resolved.conf.d/README: note my scripts existing --- etc/systemd/resolved.conf.d/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/etc/systemd/resolved.conf.d/README.md b/etc/systemd/resolved.conf.d/README.md index 56b48e7e..3f2fa6c4 100644 --- a/etc/systemd/resolved.conf.d/README.md +++ b/etc/systemd/resolved.conf.d/README.md @@ -17,6 +17,9 @@ ## Quickstart +This is also done by `../../systemd-resolv.conf-restore.bash` which takes +into account more circumstances... + ```bash sudo systemctl enable --now systemd-resolved.service sudo ln -rsf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf @@ -24,6 +27,10 @@ sudo ln -rsf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf sudo systemctl restart systemd-resolved ``` +...but `../../systemd-resolv.conf-generate.bash` **is better.** Although +`../../resolv.conf-generate.bash` **is the best** this repository has to +offer. + ## Files explained - `00-defaults.conf` - configuration that should be used everywhere.