Reflow nip.io HTML

No change, only re-formatting.
This commit is contained in:
Brian Cunnie
2025-06-16 06:26:57 -07:00
parent dc76782394
commit d7f8be2cb7

View File

@@ -1,144 +1,157 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head> <head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-25250258-6"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-25250258-6"></script>
<script> <script>
window.dataLayer = window.dataLayer || []; window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);} function gtag() { dataLayer.push(arguments); }
gtag('js', new Date()); gtag('js', new Date());
gtag('config', 'UA-25250258-6'); gtag('config', 'UA-25250258-6');
</script> </script>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>nip.io - wildcard DNS for any IP Address</title> <title>nip.io - wildcard DNS for any IP Address</title>
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css" <link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css"
integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous"/> integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous" />
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link rel="stylesheet" href="app.css" type="text/css"/> <link rel="stylesheet" href="app.css" type="text/css" />
</head> </head>
<body> <body>
<div class="memorial-banner" style="background-color: #f0f8ff; border: 2px solid #4682b4; margin: 10px; padding: 15px; text-align: center; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);"> <div class="memorial-banner"
<p style="margin: 0; font-size: 16px; color: #2c3e50; line-height: 1.4;"> style="background-color: #f0f8ff; border: 2px solid #4682b4; margin: 10px; padding: 15px; text-align: center; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
<strong>nip.io is now hosted by <a href="https://sslip.io">sslip.io</a>.</strong> This page, the original nip.io page, is kept as a memorial to the late, great Roopinder Singh, who created nip.io. <p style="margin: 0; font-size: 16px; color: #2c3e50; line-height: 1.4;">
</p> <strong>nip.io is now hosted by <a href="https://sslip.io">sslip.io</a>.</strong> This page, the original
</div> nip.io page, is kept as a memorial to the late, great Roopinder Singh, who created nip.io.
<div class="pure-g"> </p>
<div class="pure-u-1-5"></div> </div>
<div class="pure-u-3-5"> <div class="pure-g">
<header> <div class="pure-u-1-5"></div>
<h1 class="header">nip.io</h1> <div class="pure-u-3-5">
</header> <header>
<h1 class="header">nip.io</h1>
<article> </header>
<h2>Dead simple wildcard DNS for any IP Address</h2>
<article>
<p> <h2>Dead simple wildcard DNS for any IP Address</h2>
Stop editing your <code>etc/hosts</code> file with custom hostname and IP address mappings.
</p> <p>
Stop editing your <code>etc/hosts</code> file with custom hostname and IP address mappings.
<p> </p>
<a href="/">nip.io</a> allows you to do that by mapping any IP
Address to a hostname using the following formats: <p>
</p> <a href="/">nip.io</a> allows you to do that by mapping any IP
Address to a hostname using the following formats:
<p>Without a name:</p> </p>
<ul> <p>Without a name:</p>
<li><code>10.0.0.1.nip.io</code> maps to <code>10.0.0.1</code></li>
<li><code>192-168-1-250.nip.io</code> maps to <code>192.168.1.250</code></li> <ul>
<li><code>0a000803.nip.io</code> maps to <code>10.0.8.3</code></li> <li><code>10.0.0.1.nip.io</code> maps to <code>10.0.0.1</code></li>
</ul> <li><code>192-168-1-250.nip.io</code> maps to <code>192.168.1.250</code></li>
<li><code>0a000803.nip.io</code> maps to <code>10.0.8.3</code></li>
<p>With a name:</p> </ul>
<ul> <p>With a name:</p>
<li><code>app.10.8.0.1.nip.io</code> maps to <code>10.8.0.1</code></li>
<li><code>app-116-203-255-68.nip.io</code> maps to <code>116.203.255.68</code></li> <ul>
<li><code>app-c0a801fc.nip.io</code> maps to <code>192.168.1.252</code></li> <li><code>app.10.8.0.1.nip.io</code> maps to <code>10.8.0.1</code></li>
<li><code>customer1.app.10.0.0.1.nip.io</code> maps to <code>10.0.0.1</code></li> <li><code>app-116-203-255-68.nip.io</code> maps to <code>116.203.255.68</code></li>
<li><code>customer2-app-127-0-0-1.nip.io</code> maps to <code>127.0.0.1</code></li> <li><code>app-c0a801fc.nip.io</code> maps to <code>192.168.1.252</code></li>
<li><code>customer3-app-7f000101.nip.io</code> maps to <code>127.0.1.1</code></li> <li><code>customer1.app.10.0.0.1.nip.io</code> maps to <code>10.0.0.1</code></li>
</ul> <li><code>customer2-app-127-0-0-1.nip.io</code> maps to <code>127.0.0.1</code></li>
<li><code>customer3-app-7f000101.nip.io</code> maps to <code>127.0.1.1</code></li>
<p> </ul>
<a href="/">nip.io</a> maps <code>&lt;anything&gt;[.-]&lt;IP Address&gt;.nip.io</code> in
<strong>&quot;dot&quot;</strong>, <strong>&quot;dash&quot;</strong> or <strong>&quot;hexadecimal&quot;</strong> notation to the corresponding <p>
<code>&lt;IP Address&gt;</code>: <a href="/">nip.io</a> maps <code>&lt;anything&gt;[.-]&lt;IP Address&gt;.nip.io</code> in
</p> <strong>&quot;dot&quot;</strong>, <strong>&quot;dash&quot;</strong> or
<strong>&quot;hexadecimal&quot;</strong> notation to the corresponding
<ul> <code>&lt;IP Address&gt;</code>:
<li>dot notation: <code>magic.127.0.0.1.nip.io</code></li> </p>
<li>dash notation: <code>magic-127-0-0-1.nip.io</code></li>
<li>hexadecimal notation: <code>magic-7f000001.nip.io</code></li> <ul>
</ul> <li>dot notation: <code>magic.127.0.0.1.nip.io</code></li>
<li>dash notation: <code>magic-127-0-0-1.nip.io</code></li>
<p> <li>hexadecimal notation: <code>magic-7f000001.nip.io</code></li>
The &quot;dash&quot; and &quot;hexadecimal&quot; notation is especially useful when using services like </ul>
<a href="https://letsencrypt.org/" target="_blank">LetsEncrypt</a> as it's just a regular sub-domain
of <a href="/">nip.io</a> <p>
</p> The &quot;dash&quot; and &quot;hexadecimal&quot; notation is especially useful when using services
like
<h2>About this service</h2> <a href="https://letsencrypt.org/" target="_blank">LetsEncrypt</a> as it's just a regular sub-domain
of <a href="/">nip.io</a>
<p> </p>
<a href="/">nip.io</a> is powered by <a href="http://www.powerdns.com/" target="_blank">PowerDNS</a> with a simple,
custom <h2>About this service</h2>
<a href="https://doc.powerdns.com/authoritative/backends/pipe.html" target="_blank">PipeBackend</a>
written in Python: <p>
<a href="https://github.com/exentriquesolutions/nip.io/blob/master/nipio/backend.py" target="_blank" rel="nofollow">backend.py</a> <a href="/">nip.io</a> is powered by <a href="http://www.powerdns.com/" target="_blank">PowerDNS</a>
</p> with a simple,
custom
<p> <a href="https://doc.powerdns.com/authoritative/backends/pipe.html" target="_blank">PipeBackend</a>
It's open source, licensed under Apache 2.0: written in Python:
<a href="https://github.com/exentriquesolutions/nip.io" target="_blank" rel="nofollow">https://github.com/exentriquesolutions/nip.io</a> <a href="https://github.com/exentriquesolutions/nip.io/blob/master/nipio/backend.py" target="_blank"
&#8212; pull requests are welcome. rel="nofollow">backend.py</a>
</p> </p>
<p> <p>
This is a free service provided by It's open source, licensed under Apache 2.0:
<a href="http://exentriquesolutions.com" target="_blank">Exentrique Solutions</a> <a href="https://github.com/exentriquesolutions/nip.io" target="_blank"
(the same people who run <a href="https://xp-dev.com" target="_blank">XP-Dev.com</a> which offer rel="nofollow">https://github.com/exentriquesolutions/nip.io</a>
<a href="https://xp-dev.com" target="_blank">Git, Mercurial and Subversion hosting</a>). &#8212; pull requests are welcome.
</p> </p>
<p> <p>
Feedback is appreciated, just This is a free service provided by
<a href="https://github.com/exentriquesolutions/nip.io/issues" target="_blank" rel="nofollow"> <a href="http://exentriquesolutions.com" target="_blank">Exentrique Solutions</a>
raise an issue in GitHub (the same people who run <a href="https://xp-dev.com" target="_blank">XP-Dev.com</a> which offer
</a>. <a href="https://xp-dev.com" target="_blank">Git, Mercurial and Subversion hosting</a>).
</p> </p>
<h2>Troubleshooting</h2> <p>
Feedback is appreciated, just
<h3>DNS Rebinding Protection</h3> <a href="https://github.com/exentriquesolutions/nip.io/issues" target="_blank" rel="nofollow">
raise an issue in GitHub
<p> </a>.
Some DNS resolvers, forwarders and routers have </p>
<a href="https://en.wikipedia.org/wiki/DNS_rebinding" target="_blank">DNS rebinding protection</a>
which may result in failure to resolve local and private IP addresses. <h2>Troubleshooting</h2>
This service won't work in those situations.
</p> <h3>DNS Rebinding Protection</h3>
<h2>Related Services</h2> <p>
<ul> Some DNS resolvers, forwarders and routers have
<li> <a href="https://en.wikipedia.org/wiki/DNS_rebinding" target="_blank">DNS rebinding protection</a>
<a href="https://github.com/Corollarium/localtls" target="_blank">localtls</a>: which may result in failure to resolve local and private IP addresses.
A DNS server in Python3 to provide TLS to webservices on local addresses. This service won't work in those situations.
It resolves addresses such as '192-168-0-1.yourdomain.net' to 192.168.0.1 and has a valid TLS certificate for them. </p>
</li>
<li> <h2>Related Services</h2>
<a href="https://sslip.io/" target="_blank">sslip.io</a>: Alternative to this service, supports IPv6 and custom domains. <ul>
</li> <li>
<li> <a href="https://github.com/Corollarium/localtls" target="_blank">localtls</a>:
<a href="https://local.gd/" target="_blank">local.gd</a>: Alternative to this service, where everything is mapped to localhost/127.0.0.1. A DNS server in Python3 to provide TLS to webservices on local addresses.
</li> It resolves addresses such as '192-168-0-1.yourdomain.net' to 192.168.0.1 and has a valid TLS
</ul> certificate for them.
</article> </li>
<li>
<a href="https://sslip.io/" target="_blank">sslip.io</a>: Alternative to this service, supports
IPv6 and custom domains.
</li>
<li>
<a href="https://local.gd/" target="_blank">local.gd</a>: Alternative to this service, where
everything is mapped to localhost/127.0.0.1.
</li>
</ul>
</article>
</div>
<div class="pure-u-1-5"></div>
</div> </div>
<div class="pure-u-1-5"></div>
</div>
</body> </body>
</html>
</html>