BOSH release: 1.2.2: TXT records, this time without bugs

This commit is contained in:
Brian Cunnie
2020-12-16 09:28:00 -08:00
parent dc20d97adf
commit ef868f7fdb
5 changed files with 31 additions and 1 deletions

View File

@@ -159,7 +159,7 @@ src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]-->
our server within a docker container:</p>
<pre>
docker run -it --rm fedora
curl -L https://github.com/cunnie/sslip.io/releases/download/1.2.1/sslip.io-dns-server-linux-amd64 -o dns-server
curl -L https://github.com/cunnie/sslip.io/releases/download/1.2.2/sslip.io-dns-server-linux-amd64 -o dns-server
chmod +x dns-server
./dns-server 2&gt; dns-server.log &
dnf install -y bind-utils