From c8fd7ecc4193e82aaee8a86c0597b49554f824ba Mon Sep 17 00:00:00 2001 From: "xiongdian.me" Date: Thu, 16 Mar 2023 18:33:32 +0800 Subject: [PATCH] Revert "bug fix (Wed Mar 15 19:37:21 CST 2023)" This reverts commit 2df87ce1a8893d832e665a0429c7f9e7ae1108eb. --- tools/test.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test.zsh b/tools/test.zsh index e211495..78fadd8 100644 --- a/tools/test.zsh +++ b/tools/test.zsh @@ -26,7 +26,7 @@ doll dfs cd tools/test-getopts.sh tools/common.sh get_os_name -DFS_DDNS_IP4=https://api.ipify.org DFS_DDNS_IP6=auto tools/frigg-client.sh ddns +DFS_DDNS_IP4=api DFS_DDNS_IP6=api tools/frigg-client.sh ddns test $(echo y | tools/common.sh ask_for_yN "test") = "1" test $(echo n | tools/common.sh ask_for_yN "test") = "0" test $(echo | tools/common.sh ask_for_yN "test") = "0"