Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created June 14, 2021 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miguelmota/d30700653c8e31232614d487b76306cd to your computer and use it in GitHub Desktop.
Save miguelmota/d30700653c8e31232614d487b76306cd to your computer and use it in GitHub Desktop.
Arch linux change DNS nameservers
static domain_name_servers=8.8.8.8 8.8.4.4
sudo vim /etc/dhcpcd.conf
systemctl restart dhcpcd.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment