Skip to content
Snippets Groups Projects
Commit 3c8fcb6c authored by Recolic Keghart's avatar Recolic Keghart
Browse files

update service status

parent c3ec1296
No related branches found
No related tags found
No related merge requests found
......@@ -41,11 +41,11 @@ function do_test () {
curl -s https://drive.recolic.net/login | grep 'drive.recolic.' || return $?
;;
v-tw )
return $RETURN_CODE_SERVICE_CLOSE
curl https://git.recolic.net/vr/test404 -vv 2>&1 | grep 404 || return $?
;;
frp-hk )
return $RETURN_CODE_SERVICE_CLOSE
test_tcp base.hk1.recolic.net 30999 || return $?
test_tcp proxy.recolic.net 30999 || return $?
;;
ss-us12 )
test_tcp base.us12.recolic.net 25551 || return $?
......@@ -66,6 +66,7 @@ function do_test () {
# NO icmp required because of traffic obfused as raw IP packet.
# test_icmp base.tw1.recolic.net || return $?
return $RETURN_CODE_SERVICE_CLOSE
;;
www )
test_icmp recolic.net &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment