Opendns 设置失败。如何修复它?

Opendns 设置失败。如何修复它?

我在尝试配置 OpenDNS 时遇到问题。我已联系 OpenDNS 支持人员,但他们没有回复。我无法访问 Twitter 和 Facebook 等网站。 另一个例子 无法访问推特。

我尝试了welcome.opendns.com(不起作用,显示没有使用OpenDNS。 OpenDNS 未使用。

使用 nslookup:

 $ nslookup -type=txt which.opendns.com. 208.67.222.222
Server:     208.67.222.222
Address:    208.67.222.222#53

Non-authoritative answer:
which.opendns.com   text = "7.sin"

Authoritative answers can be found from:

$ nslookup -type=txt debug.opendns.com.
Server:     127.0.1.1
Address:    127.0.1.1#53

Non-authoritative answer:
debug.opendns.com   text = "server 3.sin"
debug.opendns.com   text = "flags 20 0 2f6 0"
debug.opendns.com   text = "id 13521181"
debug.opendns.com   text = "source 222.164.129.44:62574"

Authoritative answers can be found from:

$ nslookup www.exampleadultsite.com.
Server:     127.0.1.1
Address:    127.0.1.1#53

Non-authoritative answer:
Name:   www.exampleadultsite.com
Address: 67.215.92.210 

答案1

尝试跑步dns-fix。这对我有用。 Linux Mint 14 内置了 OpenDNS,所以我认为这只是为你设置了 OpenDNS 的东西。

相关内容