BOSH release: 2.5.1: block phishers with CIDRs

This commit is contained in:
Brian Cunnie
2022-02-26 16:38:45 -08:00
parent 4260e752b8
commit cd2b14b924
9 changed files with 39 additions and 10 deletions

View File

@@ -4,8 +4,8 @@ These instructions are meant primarily for me when deploying a new BOSH release;
they might not make sense unless you're on my workstation.
```bash
export OLD_VERSION=2.4.2
export VERSION=2.5.0
export OLD_VERSION=2.5.0
export VERSION=2.5.1
cd ~/workspace/sslip.io
git pull -r --autostash
# update the version number for the TXT record for version.status.sslip.io
@@ -68,8 +68,8 @@ dig @$IP delete.my-key.k-v.io txt +short
echo "\"MyValue\""
echo " ===" # separator because the results are too similar
dig @$IP my-key.k-v.io txt +short # returns nothing
dig @$IP metrics.status.sslip.io txt +short | grep '"queries: '
echo '"queries: 16"'
dig @$IP metrics.status.sslip.io txt +short | grep '"Queries: '
echo '"Queries: 16"'
# pop up a directory
pushd ..
# let's add our changes