Updated the myipaddress HTTP endpoint in the configuration script.
authorGeorgios Kontaxis <redacted>
Tue, 15 May 2018 06:20:06 +0000 (23:20 -0700)
committerGeorgios Kontaxis <redacted>
Tue, 15 May 2018 06:20:06 +0000 (23:20 -0700)
scan/configure.sh

index ed94534449e0dffb10ba7d0f562b97dcbd95089e..b6842e21bc4ab9aeedeb9193ffba690ffd207765 100755 (executable)
@@ -13,5 +13,6 @@ XARGSBIN=`which xargs`; if [ "${XARGSBIN}" == "" ]; then \
 # update the hostname variable in the Makefile with the actual name of this
 # host (so that reverse lookups match, ideally there's an MX record too but
 # that's may be asking too much)
-sed s/"^hostname = .*\$"/"hostname = \"\\\\\"`curl -s http://curlmyip.com \
+sed s/"^hostname = .*\$"/"hostname = \"\\\\\"`curl -s \
+       https://tools.100tx.org/myipaddress/ \
        | xargs dig +short -x | sed s/"\.\$"//g`\\\\\"\""/g _Makefile > Makefile
git clone https://git.99rst.org/PROJECT