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,31 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-25250258-6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-25250258-6');
</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>
<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 rel="stylesheet" href="app.css" type="text/css"/>
<link rel="stylesheet" href="app.css" type="text/css" />
</head>
<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"
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);">
<p style="margin: 0; font-size: 16px; color: #2c3e50; line-height: 1.4;">
<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.
<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>
</div>
<div class="pure-g">
</div>
<div class="pure-g">
<div class="pure-u-1-5"></div>
<div class="pure-u-3-5">
<header>
@@ -65,7 +69,8 @@
<p>
<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
<strong>&quot;dot&quot;</strong>, <strong>&quot;dash&quot;</strong> or
<strong>&quot;hexadecimal&quot;</strong> notation to the corresponding
<code>&lt;IP Address&gt;</code>:
</p>
@@ -76,7 +81,8 @@
</ul>
<p>
The &quot;dash&quot; and &quot;hexadecimal&quot; notation is especially useful when using services like
The &quot;dash&quot; and &quot;hexadecimal&quot; notation is especially useful when using services
like
<a href="https://letsencrypt.org/" target="_blank">LetsEncrypt</a> as it's just a regular sub-domain
of <a href="/">nip.io</a>
</p>
@@ -84,16 +90,19 @@
<h2>About this service</h2>
<p>
<a href="/">nip.io</a> is powered by <a href="http://www.powerdns.com/" target="_blank">PowerDNS</a> with a simple,
<a href="/">nip.io</a> is powered by <a href="http://www.powerdns.com/" target="_blank">PowerDNS</a>
with a simple,
custom
<a href="https://doc.powerdns.com/authoritative/backends/pipe.html" target="_blank">PipeBackend</a>
written in Python:
<a href="https://github.com/exentriquesolutions/nip.io/blob/master/nipio/backend.py" target="_blank" rel="nofollow">backend.py</a>
<a href="https://github.com/exentriquesolutions/nip.io/blob/master/nipio/backend.py" target="_blank"
rel="nofollow">backend.py</a>
</p>
<p>
It's open source, licensed under Apache 2.0:
<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" target="_blank"
rel="nofollow">https://github.com/exentriquesolutions/nip.io</a>
&#8212; pull requests are welcome.
</p>
@@ -127,18 +136,22 @@
<li>
<a href="https://github.com/Corollarium/localtls" target="_blank">localtls</a>:
A DNS server in Python3 to provide TLS to webservices on local addresses.
It resolves addresses such as '192-168-0-1.yourdomain.net' to 192.168.0.1 and has a valid TLS certificate for them.
It resolves addresses such as '192-168-0-1.yourdomain.net' to 192.168.0.1 and has a valid TLS
certificate for them.
</li>
<li>
<a href="https://sslip.io/" target="_blank">sslip.io</a>: Alternative to this service, supports IPv6 and custom domains.
<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.
<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>
</body>
</html>