Home Setup Use Google DNS Servers on Darkbox

Use Google DNS Servers on Darkbox

Last updated on Jul 13, 2024

Open the Terminal

In the Terminal, follow these steps. The commands that need to be entered are in italics remember to press enter after each command.

  1. sudo vi /etc/dhcpcd.conf

  2. go to bottom of file and add: static domain_name_servers=8.8.4.4 8.8.8.8

  3. save the file (type ": w")

  4. exit vi (type ":q")

  5. sudo service dhcpcd restart