Update mm-scripts.sh
This commit is contained in:
@@ -260,7 +260,7 @@ MMSTATUS(){
|
|||||||
echo -e "${idsCL[Red]}Does not match 0.0.0.0 route${idsCL[Default]}"
|
echo -e "${idsCL[Red]}Does not match 0.0.0.0 route${idsCL[Default]}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -en " |- Verifying routing to VPN --> : "
|
echo -en " |- Verify traffic route to VPN -> : "
|
||||||
scip=$(dig +short sc1.scity.us @ns1.scity.us)
|
scip=$(dig +short sc1.scity.us @ns1.scity.us)
|
||||||
mmip=$(dig +short myip.opendns.com @resolver1.opendns.com)
|
mmip=$(dig +short myip.opendns.com @resolver1.opendns.com)
|
||||||
if [ "${scip}" != "${mmip}" ]; then
|
if [ "${scip}" != "${mmip}" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user