Skip to content

Instantly share code, notes, and snippets.

@mksglu
Created November 8, 2017 10:18
Show Gist options
  • Save mksglu/a15918a0a2d6f342e4539e6dbe89b037 to your computer and use it in GitHub Desktop.
Save mksglu/a15918a0a2d6f342e4539e6dbe89b037 to your computer and use it in GitHub Desktop.
Arch Linux'ta DNS sunucularının değiştirilmesine yönelik komutlar yer almaktadır.
sudo nano /etc/resolv.conf
# Generated by resolvconf
NetworkManager
nameserver 8.8.8.8
nameserver: 8.8.4.4
sudo chattr +i /etc/resolv.conf
sudo systemctl restart NetworkManager.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment