mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
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:
4
install/first-run/dns-resolver.sh
Normal file
4
install/first-run/dns-resolver.sh
Normal file
@@ -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