mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-05 15:46:50 +08:00
Reflow nip.io HTML
No change, only re-formatting.
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<?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>
|
||||||
@@ -19,10 +20,13 @@
|
|||||||
<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"
|
||||||
|
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;">
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="pure-g">
|
<div class="pure-g">
|
||||||
@@ -65,7 +69,8 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="/">nip.io</a> maps <code><anything>[.-]<IP Address>.nip.io</code> in
|
<a href="/">nip.io</a> maps <code><anything>[.-]<IP Address>.nip.io</code> in
|
||||||
<strong>"dot"</strong>, <strong>"dash"</strong> or <strong>"hexadecimal"</strong> notation to the corresponding
|
<strong>"dot"</strong>, <strong>"dash"</strong> or
|
||||||
|
<strong>"hexadecimal"</strong> notation to the corresponding
|
||||||
<code><IP Address></code>:
|
<code><IP Address></code>:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -76,7 +81,8 @@
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The "dash" and "hexadecimal" notation is especially useful when using services like
|
The "dash" and "hexadecimal" 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
|
<a href="https://letsencrypt.org/" target="_blank">LetsEncrypt</a> as it's just a regular sub-domain
|
||||||
of <a href="/">nip.io</a>
|
of <a href="/">nip.io</a>
|
||||||
</p>
|
</p>
|
||||||
@@ -84,16 +90,19 @@
|
|||||||
<h2>About this service</h2>
|
<h2>About this service</h2>
|
||||||
|
|
||||||
<p>
|
<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
|
custom
|
||||||
<a href="https://doc.powerdns.com/authoritative/backends/pipe.html" target="_blank">PipeBackend</a>
|
<a href="https://doc.powerdns.com/authoritative/backends/pipe.html" target="_blank">PipeBackend</a>
|
||||||
written in Python:
|
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>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
It's open source, licensed under Apache 2.0:
|
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>
|
||||||
— pull requests are welcome.
|
— pull requests are welcome.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -127,13 +136,16 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/Corollarium/localtls" target="_blank">localtls</a>:
|
<a href="https://github.com/Corollarium/localtls" target="_blank">localtls</a>:
|
||||||
A DNS server in Python3 to provide TLS to webservices on local addresses.
|
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>
|
||||||
<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>
|
||||||
<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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</article>
|
</article>
|
||||||
@@ -141,4 +153,5 @@
|
|||||||
<div class="pure-u-1-5"></div>
|
<div class="pure-u-1-5"></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Reference in New Issue
Block a user