Use systemd-resolved's stub resolver (#2150)
* Fix comment * Use systemd-resolved's stub resolver On first run, symlink systemd-resolved's resolver into /etc/resolv.conf Matches migration 1754984623 --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
co-authored by
David Heinemeier Hansson
parent
dfd133df87
commit
e6d1a2f754
@@ -0,0 +1,4 @@
|
||||
# https://wiki.archlinux.org/title/Systemd-resolved
|
||||
echo "Symlink resolved stub-resolv to /etc/resolv.conf"
|
||||
|
||||
sudo ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
|
||||
Reference in New Issue
Block a user