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,7 +4,7 @@
#
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd $DIR/../src/sslip.io-dns-server
ldflags="-X xip/xip.VersionSemantic=2.5.0 \
ldflags="-X xip/xip.VersionSemantic=2.5.1 \
-X xip/xip.VersionDate=$(date +%Y/%m/%d-%H:%M:%S%z) \
-X xip/xip.VersionGitHash=$(git rev-parse --short HEAD)"
export GOOS GOARCH