Update mm-scripts.sh

This commit is contained in:
2023-03-01 22:41:39 -06:00
parent 0275ac27dd
commit 5685a894ef

View File

@@ -455,7 +455,7 @@ MMSTATUS(){
fi
fi
echo -en " |- Verify traffic route to VPN -> : "
echo -en " |- Verifying routing through VPN -> : "
scip=$(dig +short sc1.scity.us @9.9.9.9)
mmip=$(dig +short myip.opendns.com @resolver1.opendns.com)
if [ "${scip}" != "${mmip}" ]; then