manuel
b822da93f4
dnsapi/pdns: also normalize json response in detecting root zone
5 years ago
Alexander Kulumbeg
58ff7722cd
Revert "Syncing with the original repo ( #2 )"
This reverts commit c384ed960c .
5 years ago
manuel
f27ddc9c40
dnsapi/pdns: also normalize json response in detecting root zone
5 years ago
Nils Sandmann
a3f7ff90e3
Used e_grep_o instead grep -Po, dns_pdns_rm() now deletes only entry with matching txt value
8 years ago
Nils Sandmann
893917a25d
Fix travis errors
8 years ago
Nils Sandmann
af5ff2bb93
Modified DNSAPI for PowerDNS to support wildcard certificates
8 years ago
Rafael Gieschke
4ae108009c
dns_pdns.sh: Allow "." as root zone
8 years ago
Josh Soref
506f36b26d
spelling: embedded
9 years ago
Bastian Bittorf
3ca93f4a4c
shellcheck: fix several occurences of SC2034
message:
SC2034: $VARNAME appears unused. Verify it or export it.
most of these are related to the style:
we generate global vars, which are used in other functions.
the var "lexical_url" was really unused (left it as comment)
the travis-check now does not need anymore special flags.
Signed-off-by: Bastian Bittorf <bb@npl.de>
9 years ago
klemens
329174b6d9
spelling fixes
9 years ago
magna-z
d5c00071d3
Add functional in method dns_pdns_rm()
9 years ago
neilpang
422e5026d6
fix shellcheck warnings
9 years ago
neilpang
e9f9f515bd
fix shellcheck warnings.
9 years ago
neilpang
c7b16249b8
fix shellcheck warnings
9 years ago
neilpang
4c2a384159
Add shfmt to format source code
9 years ago
neilpang
5d6fd8099f
add dns_xxx_rm function
https://github.com/Neilpang/acme.sh/issues/79
9 years ago
neilpang
b9311282eb
minor fix pdns api
9 years ago
Maxim Zalysin
d6f0c2b52b
Add support PowerDNS API ( #322 )
* Add support PowerDNS API
* Small fixes
9 years ago