From: Georgios Kontaxis Date: Tue, 15 May 2018 06:20:06 +0000 (-0700) Subject: Updated the myipaddress HTTP endpoint in the configuration script. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=62120d6d126164ccbbbe3f83cba8547152692f24;p=starttls.git Updated the myipaddress HTTP endpoint in the configuration script. --- diff --git a/scan/configure.sh b/scan/configure.sh index ed94534..b6842e2 100755 --- a/scan/configure.sh +++ b/scan/configure.sh @@ -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