This article is available in French, German, Spanish and Italian.
Here’s how to change your DNS servers on Linux:
- Open the terminal by pressing Ctrl + T
- Enter the following command to become the root user:
su
- Once you’ve entered your root password, run these commands:
rm -r /etc/resolv.conf
nano /etc/resolv.conf
- When the text editor opens, type in the following lines:
nameserver 103.86.96.100
nameserver 103.86.99.100
- Close and save the file. You can do so by clicking Ctrl + X and pressing Y. Continue typing in the terminal:
chattr +i /etc/resolv.conf
reboot now
That’s it! You are now using NordVPN’s DNS servers.