layout | title | permalink |
---|---|---|
page |
Ubuntu CLI Setup |
/get-started/advanced/ubuntu-terminal/ |
Before you begin, you will need to choose two DNS servers. You can either pick from this list, or use these two:
- 198.251.90.143 (ModernTLD Anycast Server)
- 185.121.177.177 (Fusl's Anycast Server)
- In a Terminal, enter:
sudo nano /etc/resolvconf/resolv.conf.d/tail
- Delete the entire contents of the file, if anything exists.
- Enter the following as a new line, replacing the IP address with whichever IP you chose:
nameserver 45.55.97.204
- Repeat Step 4 for as many nameserver IP addresses as you’ve chosen to use, replacing the IP each time with another one. We recommend using at least 2 to 4 to ensure adequate uptime. Your file should now look something like this:
nameserver 198.251.90.143
nameserver 138.197.25.214
- Press Ctrl + O on your keyboard, then Ctrl + X to exit Nano.
That's all! You're now configured to access any ModernTLD or OpenNIC website!