如何使用DNS服务器redirect到HTTPS?

我使用openDNS服务器:208.67.222.123 / 208.67.220.123作为我的电脑的DNS提供程序。

当我去一个不适当的http://(成人内容),我被redirect到https://打开dns站点。

我只是想知道DNS服务器如何从HTTPredirect到HTTPS内容?

(并最终如何禁用?)

有一些插件可以阻止httpredirect。 问题是一些合法的网站使用redirect。

就像在那里说明https://superuser.com/questions/565409/chrome-how-to-stop-redirect-from-http-to-https

来自路由器或websense的网页过滤可以捕捉到这样的网页stream量,并进行redirect,但不是那样做的DNS

DNS不负责任,并没有这种能力。 Web服务器中的某种URL重写机制是通过对原始请求发出301redirect响应,从HTTPredirect到HTTPS的机制。