Changed public_dns HTML file for making it live -- decided to make it an HTML snippet instead of an iframed page
parent
26d63296e2
commit
dc4ca47725
|
@ -1,48 +1,20 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"
|
||||
"http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/xhtml-math11-f.dtd">
|
||||
<i>Google Public DNS:</i>
|
||||
8.8.8.8,
|
||||
8.8.4.4,
|
||||
2001:4860:4860::8888,
|
||||
2001:4860:4860::8844
|
||||
[<a href="http://code.google.com/speed/public-dns/">info</a>]
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta name="Format" content="complete" />
|
||||
</head>
|
||||
<body>
|
||||
<br><i>OpenDNS:</i>
|
||||
208.67.222.222, 208.67.220.220
|
||||
[<a href="http://opendns.com/">info</a>]
|
||||
|
||||
<h1 id="googlepublicdns">Google Public DNS</h1>
|
||||
<br><i>Norton DNS:</i>
|
||||
198.153.192.1,
|
||||
198.153.194.1
|
||||
[<a href="http://nortondns.com">info</a>]
|
||||
|
||||
<h2 id="ipv4addresses">IPv4 addresses</h2>
|
||||
|
||||
<pre><code>8.8.8.8
|
||||
8.8.4.4</code></pre>
|
||||
|
||||
<h2 id="ipv6addresses">IPv6 addresses</h2>
|
||||
|
||||
<pre><code>2001:4860:4860::8888
|
||||
2001:4860:4860::8844</code></pre>
|
||||
|
||||
<p><a href="http://code.google.com/speed/public-dns/">info</a></p>
|
||||
|
||||
<h1 id="opendns">OpenDNS</h1>
|
||||
|
||||
<pre><code>208.67.222.222
|
||||
208.67.220.220</code></pre>
|
||||
|
||||
<p><a href="http://opendns.com/">info</a></p>
|
||||
|
||||
<h1 id="nortondns">Norton DNS</h1>
|
||||
|
||||
<pre><code>198.153.192.1
|
||||
198.153.194.1</code></pre>
|
||||
|
||||
<p><a href="http://nortondns.com">info</a></p>
|
||||
|
||||
<h1 id="dnsadvantage">DNS Advantage</h1>
|
||||
|
||||
<pre><code>156.154.70.1
|
||||
156.154.71.1</code></pre>
|
||||
|
||||
<p><a href="http://dnsadvantage.com">info</a></p>
|
||||
|
||||
<p>[5]: </p>
|
||||
</body>
|
||||
</html>
|
||||
<br><i>DNS Advantage:</i>
|
||||
156.154.70.1,
|
||||
156.154.71.1
|
||||
[<a href="http://dnsadvantage.com">info</a>]
|
||||
|
|
Loading…
Reference in New Issue