Dan
e22ca63bea
added notify query
just sets last_check column in domains table to NULL to force an update to slaves.
7 years ago
Dan
afbe11ef40
various updates
Upgraded pdns to 4.1.1
7 years ago
Dan
89d3ac81cc
Update dns_pdns-mysql.sh
7 years ago
Dan
88cccabe08
Work in progress
Use PDNS Mysql backend
7 years ago
Dan
666b37cd4a
Create dns_pdns-mysql.sh
Uses mysql backend instead of api.
7 years ago
Josh Soref
506f36b26d
spelling: embedded
8 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>
8 years ago
klemens
329174b6d9
spelling fixes
8 years ago
magna-z
d5c00071d3
Add functional in method dns_pdns_rm()
8 years ago
neilpang
422e5026d6
fix shellcheck warnings
8 years ago
neilpang
e9f9f515bd
fix shellcheck warnings.
8 years ago
neilpang
c7b16249b8
fix shellcheck warnings
8 years ago
neilpang
4c2a384159
Add shfmt to format source code
8 years ago
neilpang
5d6fd8099f
add dns_xxx_rm function
https://github.com/Neilpang/acme.sh/issues/79
8 years ago
neilpang
b9311282eb
minor fix pdns api
8 years ago
Maxim Zalysin
d6f0c2b52b
Add support PowerDNS API ( #322 )
* Add support PowerDNS API
* Small fixes
8 years ago