Last active
November 26, 2016 08:44
-
-
Save petrbel/5601307b3eb348e378b7b06334b6b9af to your computer and use it in GitHub Desktop.
Unstoppable DNS (Ubuntu)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/resolvconf/resolv.conf.d/head | |
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) | |
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN | |
# If you want to change the DNS setting, edit `/etc/resolvconf/resolv.conf.d/head` and run `resolvconf -u` | |
nameserver 8.8.8.8 | |
nameserver 8.8.4.4 | |
# CZ.NIC | |
nameserver 217.31.204.130 | |
nameserver 193.29.206.206 | |
# OpenDNS | |
nameserver 208.67.222.222 | |
nameserver 208.67.220.220 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment