diff --git a/mm-scripts.sh b/mm-scripts.sh index cd5b54a..be084cd 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -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