Created
June 20, 2025 12:00
-
-
Save arsalanses/a5b04ecf486bf74fd8df728193d70109 to your computer and use it in GitHub Desktop.
dns
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo nano /etc/systemd/resolved.conf | |
# [Resolve] | |
DNS=217.218.127.127 217.218.155.155 | |
FallbackDNS=10.70.95.162 | |
sudo systemctl restart systemd-resolved | |
sudo ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment