Update mm-scripts.sh

This commit is contained in:
2022-06-03 18:25:26 -05:00
parent 0cda96d2f1
commit b6d968b806

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 " |- Verify traffic route to VPN -> : "
scip=$(dig +short sc1.scity.us @ns1.scity.us)
mmip=$(dig +short myip.opendns.com @resolver1.opendns.com)
if [ "${scip}" != "${mmip}" ]; then