mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-09 01:20:05 +08:00
examples of mash-ups of IP addresses and sslip.io
- formatted tables for nice appearance
This commit is contained in:
@@ -5,3 +5,7 @@ body {
|
|||||||
padding: 40px 15px;
|
padding: 40px 15px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
table.sslip {
|
||||||
|
border-spacing: 10px 2px;
|
||||||
|
border-collapse: separate;
|
||||||
|
}
|
||||||
|
@@ -36,14 +36,21 @@ come first in the head; any other head content must come *after* these tags -->
|
|||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<div class="starter-template"> <h1>sslip.io</h1> <p class="lead">Wildcard
|
<div class="starter-template"> <h1>sslip.io</h1> <p class="lead">Free
|
||||||
DNS and Valid SSL Certificates for Everyone.</p> <p><b>sslip.io</b>
|
wildcard DNS and Valid SSL Certificates for Everyone.</p>
|
||||||
combines a wildcard DNS matched with a valid wildcard SSL certificate and
|
<p><b>sslip.io</b> combines a wildcard DNS matched with a valid wildcard
|
||||||
key to provide valid SSL certificates.</p> <h2>How it works</h2> <p
|
SSL certificate and key to provide trusted SSL connections.</p> <h2>How it
|
||||||
class="lead">Your server's fully-qualified domain name (FQDN) will the
|
works</h2> <p class="lead">Your server's fully-qualified domain name
|
||||||
format <b><i>w-x-y-z</i>.sslip.io</b>, where "w-x-y-z" is the IPv4 address
|
(FQDN) will be a mash-up of your server's IP address and the
|
||||||
of your server, with dashes rather than dots separating each octet. </p>
|
<b>sslip.io</b> domain. Here are some examples:</p> <table class="sslip">
|
||||||
<p>For example, this web server's FQDN is </p> </div>
|
<tr><th>FQDN</th><th>Resolves to this<br />IP Address</th></tr> <tr><td><a
|
||||||
|
href="https://52-0-56-137.sslip.io/">52-0-56-137.sslip.io</a></td><td>52.0.56.137</td></tr>
|
||||||
|
<tr><td>127-0-0-1.sslip.io</td><td>127.0.0.1</td></tr>
|
||||||
|
<tr><td>www-10-1-1-2.sslip.io</td><td>10.1.1.2</td></tr>
|
||||||
|
<tr><td>console-192-168-0-1.sslip.io</td><td>192.168.0.1</td></tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
</div><!-- /.container -->
|
</div><!-- /.container -->
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user