fix(setup): update DNS provider docs link in setup script

This commit is contained in:
yusing 2025-06-15 10:00:53 +08:00
parent 1d546624de
commit f179de9231

View file

@ -47,7 +47,6 @@ echo "Using ${DOWNLOAD_TOOL} for downloads"
REPO="yusing/godoxy" REPO="yusing/godoxy"
BRANCH=${BRANCH:-"main"} BRANCH=${BRANCH:-"main"}
REPO_URL="https://github.com/$REPO" REPO_URL="https://github.com/$REPO"
WIKI_URL="${REPO_URL}/wiki"
BASE_URL="${REPO_URL}/raw/${BRANCH}" BASE_URL="${REPO_URL}/raw/${BRANCH}"
# Config paths # Config paths
@ -248,7 +247,7 @@ if [ "$ENABLE_AUTOCERT" == "y" ]; then
read -p "Enter duckdns token: " token read -p "Enter duckdns token: " token
options=("token: \"$token\"") options=("token: \"$token\"")
else else
echo "Please check Wiki for other DNS providers: ${WIKI_URL}/Supported-DNS%E2%80%9001-Providers" echo "Please check Wiki for other DNS providers: https://docs.godoxy.dev/DNS-01-Providers"
echo "Skipping autocert setup" echo "Skipping autocert setup"
skip=true skip=true
fi fi