Skip to content

Instantly share code, notes, and snippets.

@arsalanses
Created June 20, 2025 12:00
Show Gist options
  • Save arsalanses/a5b04ecf486bf74fd8df728193d70109 to your computer and use it in GitHub Desktop.
Save arsalanses/a5b04ecf486bf74fd8df728193d70109 to your computer and use it in GitHub Desktop.
dns
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