]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
Update dns_arvan.sh
authorArash Hatami <hatamiarash7@gmail.com>
Sat, 26 Nov 2022 14:42:11 +0000 (18:12 +0330)
committerGitHub <noreply@github.com>
Sat, 26 Nov 2022 14:42:11 +0000 (18:12 +0330)
Update API URL

dnsapi/dns_arvan.sh

index 4c9217e5828dd93804328b4d45d455b933102251..2118883ba618bcb1d3beb2f4c09da279332fd234 100644 (file)
@@ -2,7 +2,7 @@
 
 #Arvan_Token="Apikey xxxx"
 
-ARVAN_API_URL="https://napi.arvancloud.com/cdn/4.0/domains"
+ARVAN_API_URL="https://napi.arvancloud.ir/cdn/4.0/domains"
 #Author: Vahid Fardi
 #Report Bugs here: https://github.com/Neilpang/acme.sh
 #
@@ -18,7 +18,7 @@ dns_arvan_add() {
 
   if [ -z "$Arvan_Token" ]; then
     _err "You didn't specify \"Arvan_Token\" token yet."
-    _err "You can get yours from here https://npanel.arvancloud.com/profile/api-keys"
+    _err "You can get yours from here https://npanel.arvancloud.ir/profile/api-keys"
     return 1
   fi
   #save the api token to the account conf file.