- 05 Oct, 2019 1 commit
-
-
Peter Dave Hello authored
This issue in the shell scripts will also be detected in the stable version of shfmt(we are currently using an ancient pre-release of shfmt)
-
- 20 Apr, 2019 1 commit
-
-
https://github.com/Neilpang/acme.sh/issues/2225neilpang authored
make NSUPDATE_SERVER can be overwritten
-
- 13 Dec, 2018 2 commits
-
-
Daniel F. Dickinson authored
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>
-
Daniel F. Dickinson authored
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>
-
- 05 Apr, 2018 3 commits
-
-
AlexeyStolyarov authored
-
AlexeyStolyarov authored
-
AlexeyStolyarov authored
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 ```
-
- 14 Dec, 2016 1 commit
-
-
klemens authored
-
- 16 Nov, 2016 2 commits
- 14 Nov, 2016 1 commit
-
-
Philippe Kueck authored
-
- 26 Oct, 2016 2 commits
-
-
Philippe Kueck authored
- use sh instead of bash - remove redundant functions _info, _err, _debug and _debug2 - get rid of mktemp, pipe commands directly to nsupdate
-
Philippe Kueck authored
-