From f7a2485609f1c80af53c2d174e6fdd2738e7d550 Mon Sep 17 00:00:00 2001 From: Recolic K <bensl@microsoft.com> Date: Tue, 11 May 2021 16:19:30 +0800 Subject: [PATCH] update domain --- do.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/do.bash b/do.bash index dc1eb0e..56b3edf 100755 --- a/do.bash +++ b/do.bash @@ -151,7 +151,7 @@ function do_test () { ;; home-http ) # NO icmp required. - curl -s http://home.recolic-backend.xyz:81/ || return $? + curl -s http://home.rtmp.asia:81/ || return $? ;; * ) echo PROGRAMMING ERROR: NO TARGET "$1" available. -- GitLab