diff options
author | lcapriotti <lcapriotti@svn> | 2010-10-05 15:24:00 +0000 |
---|---|---|
committer | lcapriotti <lcapriotti@svn> | 2010-10-05 15:24:00 +0000 |
commit | efd631c99e85e60f266be19117b14e882f991110 (patch) | |
tree | 74eaa4e4a009b681e7dd11fb5e979133a5b3c04d /tools | |
parent | daffce6a6e78e3b9aa1741228b1e86fb63833e01 (diff) |
do not force DNS resolution via openDNS
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34472 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-rw-r--r-- | tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/etc/resolv.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/etc/resolv.conf b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/etc/resolv.conf index 909d0a80a4..216fedd201 100644 --- a/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/etc/resolv.conf +++ b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/etc/resolv.conf @@ -1,4 +1,4 @@ -domain dummy.net -nameserver 208.67.222.222 -nameserver 208.67.220.220 +# domain dummy.net +# nameserver 208.67.222.222 +# nameserver 208.67.220.220 |