Commit Graph

12 Commits (b9994e52eb24e2389ca6e29fc79046d92e57e758)

Author SHA1 Message Date
neilpang 9c9fed749a fix https://github.com/Neilpang/acme.sh/issues/2225
make NSUPDATE_SERVER can be overwritten
6 years ago
Daniel F. Dickinson 1a77490969 dnsapi: Add option to set zone for nsupdate
Some DNS servers for which dns_nsupdate.sh is applicable (such
as dyn.com's 'Standard DNS' TSIG update mechanism), require that
the zone be set during the nsupdate transaction.  Therefore we
add a new environment variable NSUPDATE_ZONE which is used to
set the zone for the DNS TSIG transaction.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
6 years ago
Daniel F. Dickinson 5431d05168 dnsapi nsupdate: Add nsupdate debug option
When debug is enabled, also use nsupdate's debug logging
so that the user can see potential issues with the nsupdate
transaction.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
6 years ago
AlexeyStolyarov 75b9c39b0e
Update dns_nsupdate.sh 7 years ago
AlexeyStolyarov 5957a1068f
Update dns_nsupdate.sh 7 years ago
AlexeyStolyarov ed817c81de
#issue with nsupdate on Ubuntu 14.04.1 LTS
on  Ubuntu 14.04.1 LTS if nsupdate runs without port number given it treated argument following server name as port number.
and throws error: 
```
port 'update' is not numeric
syntax error
```
7 years ago
klemens 329174b6d9 spelling fixes 8 years ago
neilpang ac26f84170 fix shfmt 8 years ago
neilpang fa574fe833 fix shfmt 8 years ago
Philippe Kueck 243593cdaa
fix warnings and remove unused ${tmp} variable 8 years ago
Philippe Kueck 54d61bdc4a
- get rid of bash-only syntax like ${foo:-bar}
- use sh instead of bash
- remove redundant functions _info, _err, _debug and _debug2
- get rid of mktemp, pipe commands directly to nsupdate
8 years ago
Philippe Kueck 0fb206fe15
add nsupdate script for dns-01 8 years ago