mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-18 21:44:36 +08:00
HTML: remove the "new software" warning
It's not new after a year. I also updated the version numbers returned because, well, it makes the website more "fresh".
This commit is contained in:
@@ -85,7 +85,7 @@ git pull -r
|
|||||||
nvim sslip.io.yml
|
nvim sslip.io.yml
|
||||||
bosh -e vsphere -d sslip.io deploy sslip.io.yml -l <(lpass show --note deployments.yml) --no-redact
|
bosh -e vsphere -d sslip.io deploy sslip.io.yml -l <(lpass show --note deployments.yml) --no-redact
|
||||||
dig @ns-azure 127-0-0-1.sslip.io +short # output should be 127.0.0.1
|
dig @ns-azure 127-0-0-1.sslip.io +short # output should be 127.0.0.1
|
||||||
dig @ns-azure.nono.io txt version.sslip.io
|
dig @ns-azure.nono.io txt version.sslip.io +short
|
||||||
git add -p
|
git add -p
|
||||||
git ci -v -m"Bump sslip.io BOSH release: $OLD_VERSION → $VERSION"
|
git ci -v -m"Bump sslip.io BOSH release: $OLD_VERSION → $VERSION"
|
||||||
git push
|
git push
|
||||||
|
@@ -53,11 +53,6 @@ src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]-->
|
|||||||
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 <a href="http://xip.io">xip.io</a>, which was created by <a href="https://github.com/sstephenson">Sam
|
by <a href="http://xip.io">xip.io</a>, which was created by <a href="https://github.com/sstephenson">Sam
|
||||||
Stephenson</a>.</p>
|
Stephenson</a>.</p>
|
||||||
<div class="alert alert-success" role="alert">
|
|
||||||
<b>2020-12-01 New Software!</b> We've replaced our original PowerDNS + Bash script backend with a customized
|
|
||||||
DNS server written in Golang. <a href="https://github.com/cunnie/sslip.io/issues/new/choose">Let us know</a> if
|
|
||||||
anything breaks.
|
|
||||||
</div>
|
|
||||||
<p>Here are some examples:</p>
|
<p>Here are some examples:</p>
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<thead>
|
<thead>
|
||||||
@@ -237,11 +232,11 @@ dig @ns-aws.nono.io txt ip.sslip.io +short -6 # forces IPv6 lookup; sample reply
|
|||||||
sslip.io software by querying the TXT record of <code>version.sslip.io</code>:
|
sslip.io software by querying the TXT record of <code>version.sslip.io</code>:
|
||||||
<pre>
|
<pre>
|
||||||
dig @ns-aws.nono.io txt version.sslip.io +short
|
dig @ns-aws.nono.io txt version.sslip.io +short
|
||||||
"2.2.1"
|
"2.2.3"
|
||||||
"2021/10/06-05:17:18-0700"
|
"2021/11/27-11:35:50-0800"
|
||||||
"7bef649"
|
"074f0a8"
|
||||||
</pre>
|
</pre>
|
||||||
<p>The first number, ("2.2.1"), is the version of the sslip.io DNS software, and is most relevant. The other two
|
<p>The first number, ("2.2.3"), is the version of the sslip.io DNS software, and is most relevant. The other two
|
||||||
numbers are the date compiled and the most recent git hash, but those values can differ across servers due to the
|
numbers are the date compiled and the most recent git hash, but those values can differ across servers due to the
|
||||||
manner in which the software is deployed.</p>
|
manner in which the software is deployed.</p>
|
||||||
<h3 id="related">Related Services</h3>
|
<h3 id="related">Related Services</h3>
|
||||||
|
Reference in New Issue
Block a user