mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-11 18:40:31 +08:00
Table includes URLs pointing to the website mirrors
Nothing like a good example to drive the point home. I need to update the AWS and Hetzner content to reflect these changes, and include the new URL in the Hetzner LetsEncrypt list.
This commit is contained in:
@@ -57,7 +57,7 @@ src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]-->
|
|||||||
<table class="table">
|
<table class="table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="header">
|
<tr class="header">
|
||||||
<th>hostname</th>
|
<th>Hostname / URL</th>
|
||||||
<th>IP Address</th>
|
<th>IP Address</th>
|
||||||
<th>Notes</th>
|
<th>Notes</th>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -69,9 +69,9 @@ src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]-->
|
|||||||
<td>dot separators</td>
|
<td>dot separators</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="even">
|
<tr class="even">
|
||||||
<td>192-168-0-1.sslip.io</td>
|
<td><a href="https://52-0-56-137.sslip.io">https://52-0-56-137.sslip.io</a></td>
|
||||||
<td>192.168.0.1</td>
|
<td>52.0.56.137</td>
|
||||||
<td>dash separators</td>
|
<td>dash separators, sslip.io website mirror (IPv4)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="odd">
|
<tr class="odd">
|
||||||
<td>www.192.168.0.1.sslip.io</td>
|
<td>www.192.168.0.1.sslip.io</td>
|
||||||
@@ -81,12 +81,12 @@ src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]-->
|
|||||||
<tr class="even">
|
<tr class="even">
|
||||||
<td>www.192-168-0-1.sslip.io</td>
|
<td>www.192-168-0-1.sslip.io</td>
|
||||||
<td>192.168.0.1</td>
|
<td>192.168.0.1</td>
|
||||||
<td></td>
|
<td>subdomain + dashes</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="odd">
|
<tr class="odd">
|
||||||
<td>www-192-168-0-1.sslip.io</td>
|
<td><a href="https://www-78-46-204-247.sslip.io">https://www-78-46-204-247.sslip.io</a></td>
|
||||||
<td>192.168.0.1</td>
|
<td>78.46.204.247</td>
|
||||||
<td>embedded</td>
|
<td>embedded, sslip.io website mirror (IPv4)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="even">
|
<tr class="even">
|
||||||
<td>–1.sslip.io</td>
|
<td>–1.sslip.io</td>
|
||||||
@@ -94,16 +94,16 @@ src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]-->
|
|||||||
<td>IPv6 — always use dashes</td>
|
<td>IPv6 — always use dashes</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="odd">
|
<tr class="odd">
|
||||||
<td>2607-f8b0-400a-800–200e.sslip.io</td>
|
<td><a href="https://2a01-4f8-c17-b8f--2.sslip.io">https://2a01-4f8-c17-b8f--2.sslip.io</a></td>
|
||||||
<td>2607:f8b0:400a:800::200e</td>
|
<td>2a01:4f8:c17:b8f::2</td>
|
||||||
<td>IPv6</td>
|
<td>sslip.io website mirror (IPv6)</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h3 id="branding">Branding</h3>
|
<h3 id="branding">Branding</h3>
|
||||||
<p>sslip.io can be used to brand your own site (you don’t need to use the sslip.io domain). For example, say you
|
<p>sslip.io can be used to brand your own site (you don’t need to use the sslip.io domain). For example, say you
|
||||||
own the domain “example.com”, and you want your subdomain, “xip.example.com” to have xip.io-style features. To
|
own the domain “example.com”, and you want your subdomain, “xip.example.com” to have xip.io-style features. To
|
||||||
accomplish this, you’d need to set the following four DNS servers as NS records for the subdomain
|
accomplish this, set the following four DNS servers as NS records for the subdomain
|
||||||
“xip.example.com”</p>
|
“xip.example.com”</p>
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<thead>
|
<thead>
|
||||||
|
Reference in New Issue
Block a user