Tim Kimber
b931b79d62
Fix execute permission on dns scripts
5 years ago
Tim Kimber
5732867d2d
Move DNS used for staging tests to Dynu
5 years ago
Tim Kimber
92673dae6e
Add dns scripts for Dynu.com
5 years ago
Tim Kimber
1199739fc9
Move DNS used for staging tests to Dynu
5 years ago
Tim Kimber
9350bce17f
Add dns scripts for Dynu.com
5 years ago
Wade Fitzpatrick
e045239a35
Allow scoped Cloudflare API Tokens
5 years ago
Tim Kimber
ad097a5b29
Add bad gateway retry logic to duckdns del command
5 years ago
Tim Kimber
90a418801d
Add retry logic for "Bad Gateway" duckdns error
5 years ago
Tim Kimber
d24782088d
Add --retry to curl to fix occasional "Bad Gateway" errors
6 years ago
Scott Gustafson
50a9865e71
Fix route53 script for python 3.
6 years ago
Tim Kimber
953bfd25c2
Fix bug with DNS-01 and multiple domains
6 years ago
Tim Kimber
a67dc5db09
Add +x for scripts used in testing
6 years ago
Tim Kimber
1c8937d054
Fix execution permissions
6 years ago
Tim Kimber
6fea6179ba
Merge pull request #513 from 532910/nsupdate_options
6 years ago
Tim Kimber
aa5eb90a6b
Add tests using staging server
6 years ago
sergio
b869824b49
nsupdate scripts: add support for custom nameserver and zone
6 years ago
sergio
64d8405ede
indent correction
6 years ago
sergio
535909bd3b
${options} must be without quotes
6 years ago
Radek SPRTA
b1e177f45e
Handle domains of .co.uk type
6 years ago
Radek SPRTA
b8b70f7cee
Support certificates with SANs
6 years ago
Radek SPRTA
770277c7ad
Add support for CloudDNS
6 years ago
Tim Kimber
2f3e5da3e8
Improved test script (http01 and dns01)
6 years ago
Tsaukpaetra
813276ee80
Create dns_freedns.sh
Should probably be fixed up, I've only hacked up @dkerr64's version for acme.sh to work on my local instance. It assumes you're using curl, I didn't bother stealing acme.sh's whole library of functions.
DNS_ADD_COMMAND="~/.getssl/dns_freedns.sh add"
DNS_DEL_COMMAND="~/.getssl/dns_freedns.sh rm"
6 years ago
srvrco
a41fa6bad8
adding godaddy dns scripts and related updates
8 years ago
srvrco
a1b322fdec
adding Torsten's joker.com API
8 years ago
Robbie Mckennie
4e7e13ca6c
Nsupdate one-liner ( #393 )
Pipe the commands to nsupdate
6 years ago
Emily Karisch
d62800b454
Make a stricter comparison for matching against zone names
This adds a dot in front of the fqdn and the zone name, so the
comparison will only check against full DNS parts of the fqdn and the
zone name. This will prevent to match a fqdn against an unrelated zone
name which overlaps with the wanted zone in the naming.
Fixes #398
7 years ago
Brian Hechinger
b0803b02a5
Adding the Route53 dns script and some docs.
8 years ago
Laurent BAYSSE
a9c1ee3a07
Adding support for OVH managed DNS
9 years ago
srvrco
44b0c3f93f
adding linode dns
9 years ago
srvrco
026aab3260
Cloudflare bugfix #239 missing variable check
9 years ago
Karol Babioch
f6fc051c63
Make scripts executable by default
9 years ago
srvrco
0922e280d5
adding wrapper script for lexicon dns manipulation
9 years ago
srvrco
36e3428ac5
bug fix openssl v1.1.0 ( #166 ) and DOMAIN_PEM_LOCATION ( #167 )
9 years ago
srvrco
724d30a132
updating to a consistent style guide
9 years ago
Tomasz Słodkowicz
2864732d77
Change delete script in a similar way as add script.
Allow to remove only selected token for subdomain.
9 years ago
Tomasz Słodkowicz
f0d5f0362a
Don't query CF for domains twice, do strict json parsing, report errors
9 years ago
Tomasz Słodkowicz
0b6b758364
Remove grep, awk, sed dependency, use bash and curl only
9 years ago
srvrco
14d6723f24
added comments if you have a large number of domains
9 years ago
srvrco
1e5891da95
updated cloudflare DNS scripts to run on OSX, BSD etc as well as a wider range of domains
9 years ago
srvrco
c76fe01d30
added manual dns examples
9 years ago
decker
49581f81b8
surport read key from env
9 years ago
decker
bda30562fd
fix dnspod bug
9 years ago
decker
b91758e571
Add Dnspod script
9 years ago
Tod Huff
6e65f6c7b8
Removed check for ${TOKEN} from dns_del_pdns-mysql, as it appears it is not sent to the DNS_DEL_COMMAND
Added secondary #s to the default config, so that when the lines are uncommented, the function properly.
10 years ago
Marcello Cerruti
5fedf156e2
fix #65
10 years ago
Tod Huff
cef0b24787
Added dns_add_pdns-mysql and dns_del_pdns-mysql, to support dns updates using a local powerdns + mysql/mariadb setup
10 years ago
srvrco
50bb94f593
adding example dns challenge scripts
10 years ago