mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-29 01:52:45 +08:00
Hetzner will host sslip.io
- cert is from LetsEncrypt - Hetzner already "owns" the IPv6 version - For simplicity, it should also own IPv4 This marks a milestone in the sslip.io; its original purpose was to use a wildcard certificate, and now we're hosting the domain using a LetsEncrypt certificate. My, how the world has changed.
This commit is contained in:
@@ -27,7 +27,7 @@ pdns_pipe: |
|
|||||||
# Configuration
|
# Configuration
|
||||||
#
|
#
|
||||||
# Increment this timestamp when the contents of the file change.
|
# Increment this timestamp when the contents of the file change.
|
||||||
XIP_TIMESTAMP="2016102202"
|
XIP_TIMESTAMP="2018030100"
|
||||||
|
|
||||||
# The top-level domain for which the name server is authoritative.
|
# The top-level domain for which the name server is authoritative.
|
||||||
# CHANGEME: change "sslip.io" to your domain
|
# CHANGEME: change "sslip.io" to your domain
|
||||||
@@ -42,7 +42,7 @@ pdns_pipe: |
|
|||||||
# The public IP addresses (e.g. for the web site) of the top-level domain.
|
# The public IP addresses (e.g. for the web site) of the top-level domain.
|
||||||
# `A` queries for the top-level domain will return this list of addresses.
|
# `A` queries for the top-level domain will return this list of addresses.
|
||||||
# CHANGEME: change this to your domain's webserver's address
|
# CHANGEME: change this to your domain's webserver's address
|
||||||
XIP_ROOT_ADDRESSES=( "52.0.56.137" )
|
XIP_ROOT_ADDRESSES=( "78.46.204.247" )
|
||||||
XIP_ROOT_ADDRESSES_AAAA=( "2a01:4f8:c17:b8f::2" )
|
XIP_ROOT_ADDRESSES_AAAA=( "2a01:4f8:c17:b8f::2" )
|
||||||
|
|
||||||
# The public IP addresses on which this xip-pdns server will run.
|
# The public IP addresses on which this xip-pdns server will run.
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]-->
|
|||||||
<p><em>sslip.io</em> is a DNS (<a href="https://en.wikipedia.org/wiki/Domain_Name_System">Domain Name System</a>)
|
<p><em>sslip.io</em> is a DNS (<a href="https://en.wikipedia.org/wiki/Domain_Name_System">Domain Name System</a>)
|
||||||
service that, when queried with a hostname with an embedded IP address, returns that IP Address. It was inspired
|
service that, when queried with a hostname with an embedded IP address, returns that IP Address. It was inspired
|
||||||
by and uses much of the code of <a href="http://xip.io">xip.io</a>, which was created by <a href=
|
by and uses much of the code of <a href="http://xip.io">xip.io</a>, which was created by <a href=
|
||||||
"https://github.com/sstephenson">Sam Stephenson</a></p>
|
"https://github.com/sstephenson">Sam Stephenson</a>.</p>
|
||||||
<p>Here are some examples:</p>
|
<p>Here are some examples:</p>
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user