Skip to content
Snippets Groups Projects
Commit aef295f8 authored by Recolic's avatar Recolic :house_with_garden:
Browse files

.remove outdated srv

parent 275aa4fa
No related branches found
No related tags found
No related merge requests found
Pipeline #1005 passed with stage
in 1 minute and 39 seconds
......@@ -3,7 +3,7 @@
tests = [
('./do.bash frp-sg', '[proxy.] Reverse Proxy (Singapore FRP)'),
('./do.bash frp-cdn', '[proxy-cdn.] Reverse Proxy (Seattle FRP)'),
('./do.bash www', '[www.] Main Website & Blog'),
('./do.bash www', '[www.] Website & Blog & API'),
('./do.bash mail', '[mail.] Mail Server'),
('./do.bash git', '[git.] Git'),
('./do.bash drive', '[drive.] NextCloud WebDrive'),
......@@ -14,7 +14,6 @@ tests = [
('./do.bash cc-dns', 'recolic.cc DNS'),
('./do.bash home-http', 'Home NAS & DDNS & HTTP'),
('./do.bash domain2ip', 'Domain to IP'),
('./do.bash comm100', 'COMM100 Subscription'),
][::-1]
# ('./do.bash ddns-home', 'DDNS home'),
......
......@@ -49,9 +49,6 @@ function do_test () {
frp-cdn )
test_tcp proxy-cdn.recolic.net 30999 || return $?
;;
comm100 )
curl -s -L https://www.rdev.sbs/ | grep Comm100 || return $?
;;
www )
test_icmp recolic.net &&
test_icmp www.recolic.net &&
......@@ -95,6 +92,7 @@ function do_test () {
test_tcp base.ddns1.recolic.net 22 | grep -a SSH || return $?
;;
dl )
return $RETURN_CODE_SERVICE_CLOSE
test_icmp dl.recolic.net &&
curl -s -L https://dl.recolic.net/ | grep 'Home page is not provided for this download site' || return $?
;;
......@@ -131,6 +129,7 @@ function do_test_twice () {
return $?
}
# only used for local testing, might outdated
if [[ "$1" = all ]]; then
do_test_twice rproxy &&
do_test_twice drive &&
......
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