Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
f4ed1b32
Unverified
Commit
f4ed1b32
authored
Nov 26, 2022
by
Arash Hatami
Committed by
GitHub
Nov 26, 2022
Browse files
Update dns_arvan.sh
Update API URL
parent
16dc21af
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_arvan.sh
View file @
f4ed1b32
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
#Arvan_Token="Apikey xxxx"
#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
#Author: Vahid Fardi
#Report Bugs here: https://github.com/Neilpang/acme.sh
#Report Bugs here: https://github.com/Neilpang/acme.sh
#
#
...
@@ -18,7 +18,7 @@ dns_arvan_add() {
...
@@ -18,7 +18,7 @@ dns_arvan_add() {
if
[
-z
"
$Arvan_Token
"
]
;
then
if
[
-z
"
$Arvan_Token
"
]
;
then
_err
"You didn't specify
\"
Arvan_Token
\"
token yet."
_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
return
1
fi
fi
#save the api token to the account conf file.
#save the api token to the account conf file.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment