This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
getssl
mirror of
https://github.com/srvrco/getssl
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
51
Wiki
Activity
Browse Source
surport read key from env
pull/98/head
decker
9 years ago
parent
bda30562fd
commit
49581f81b8
2 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
dns_scripts/dns_add_dnspod
+2
-2
dns_scripts/dns_del_dnspod
+ 2
- 2
dns_scripts/dns_add_dnspod
View File
@ -1,7 +1,7 @@
#!/bin/bash
# need to add your email address and key to
cloudflare
below
key=
""
# need to add your email address and key to
dnspod
below
key=
${DNSPOD_API_KEY:-}
fulldomain="$1"
token="$2"
+ 2
- 2
dns_scripts/dns_del_dnspod
View File
@ -1,7 +1,7 @@
#!/bin/bash
# need to add your email address and key to
cloudflare
below
key=
""
# need to add your email address and key to
dnspod
below
key=
${DNSPOD_API_KEY:-}
fulldomain="$1"
Write
Preview
Loading…
Cancel
Save