HTML: Related services: nip.io, localtls

This commit is contained in:
Brian Cunnie
2020-12-10 08:00:10 -08:00
parent d7df7b4175
commit e695c120b3

View File

@@ -164,6 +164,19 @@ chmod +x dns-server
./dns-server 2> dns-server.log & ./dns-server 2> dns-server.log &
dnf install -y bind-utils dnf install -y bind-utils
dig +short 127-0-0-1.sslip.io @localhost # returns "127.0.0.1"</pre> dig +short 127-0-0-1.sslip.io @localhost # returns "127.0.0.1"</pre>
<h3 id="related">Related Services</h3>
<ul>
<li>
<a href="http://xip.io/">xip.io</a>: the inspiration for sslip.io
</li>
<li>
<a href="http://nip.io">nip.io</a>: similar to xip.io, but the PowerDNS backend is written in elegant Python
</li>
<li>
<a href="https://github.com/Corollarium/localtls">localtls</a>: A DNS server + webserver to provide TLS to on
local addresses.
</li>
</ul>
<h4 id="tls-transport-layer-security">TLS (Transport Layer Security)</h4> <h4 id="tls-transport-layer-security">TLS (Transport Layer Security)</h4>
<p>If you have a wildcard certificate for your sslip.io-style subdomain, you may install it on your machines for <p>If you have a wildcard certificate for your sslip.io-style subdomain, you may install it on your machines for
TLS-verified connections.</p> TLS-verified connections.</p>