From fad4e264217a8a93184cd9efd62043d6d82a73cf Mon Sep 17 00:00:00 2001 From: Recolic <git@me.recolic.net> Date: Sat, 23 Mar 2024 17:54:18 -0700 Subject: [PATCH] .update.domain --- do.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/do.bash b/do.bash index 5106edf..69ec9f2 100755 --- a/do.bash +++ b/do.bash @@ -50,7 +50,7 @@ function do_test () { test_tcp proxy-cdn.recolic.net 30999 || return $? ;; comm100 ) - curl -s -L https://www.comm100.pw/ | grep Comm100 || return $? + curl -s -L https://www.rdev.sbs/ | grep Comm100 || return $? ;; www ) test_icmp recolic.net && -- GitLab