Timothe Litt
820dec6d3f
Have curl read Authrorizaton header from stdin rather than the command line.
Prevents GoDaddy secret and key from exposure via ps.
There is still an issue if environment variables can be read.
9 years ago
Timothe Litt
b579af8552
Move GoDaddy scripts to installation directory; use install -v for
all files
Simplifies installation; private directory no longer required since
the scripts don't need to be customized.
-v makes sure that the installer knows what is happening.
9 years ago
Timothe Litt
c88772b254
Include domain name in dns_nsupdate hooks
9 years ago
Timothe Litt
c80f3c8692
Replace dns_*_nsupdate scripts
Old versions did not return correct exit status.
Did not provide for pre/post processing hooks (e.g. to mount a disk)
Required custom edits/copies for each instance.
These fix all those issues.
9 years ago
Timothe Litt
f2a4f6bfa8
Initial version of GoDaddy DNS validation support.
Uses the GoDaddy "Developer" API to add and remove the ACME challenge
records.
9 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