From 3d4a264a309c5ec4ddb34d7fd28bbef04727b1ca Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Mon, 15 Jan 2024 20:31:31 +0800 Subject: [PATCH] frigg: support api4.beardic.cn --- tools/frigg-client.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/frigg-client.sh b/tools/frigg-client.sh index cb68efd..4d5d3da 100755 --- a/tools/frigg-client.sh +++ b/tools/frigg-client.sh @@ -103,6 +103,7 @@ update_dns() ip4="" elif [[ "$DFS_DDNS_IP4" == "auto" ]]; then ip4="auto" + api_url="https://api4.beardic.cn" elif [[ "$DFS_DDNS_IP4" == "api" ]]; then ip4=$(curl $DFS_CURL_OPTIONS -sSL "https://api.ipify.org") elif [[ "$DFS_DDNS_IP4" == "http"* ]]; then