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.