Update mm-scripts.sh

This commit is contained in:
2022-06-03 18:24:33 -05:00
parent 88906b27c4
commit 0cda96d2f1

View File

@@ -260,7 +260,7 @@ MMSTATUS(){
echo -e "${idsCL[Red]}Does not match 0.0.0.0 route${idsCL[Default]}"
fi
echo -en " |- Verifying routing to VPN --> : "
echo -en " |- Verifying routing to VPN --> : "
scip=$(dig +short sc1.scity.us @ns1.scity.us)
mmip=$(dig +short myip.opendns.com @resolver1.opendns.com)
if [ "${scip}" != "${mmip}" ]; then