Commit Graph

12 Commits

Author SHA1 Message Date
Marcel Waldvogel
3e4910a570 Merge branch 'master' into dns-delegation 2018-09-29 20:36:07 +02:00
AlexeyStolyarov
75b9c39b0e
Update dns_nsupdate.sh 2018-04-05 14:50:55 +05:00
AlexeyStolyarov
5957a1068f
Update dns_nsupdate.sh 2018-04-05 14:45:15 +05:00
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
```
2018-04-05 14:18:53 +05:00
Marcel Waldvogel
89c1db58f9 Support CNAME certificate creation delegation 2017-07-19 17:40:37 +02:00
Marcel Waldvogel
16e6a55d4b Configurationless nsupdate -l-like mode
When `nsupdate -l` works, `-dnsapi nsupdate` requires no further
configuration. It does not use `nsupdate -l` (would imply more code
and more code changes), but points `nsupdate -k` at the key which
would be used by `nsupdate -l`.
2017-07-19 11:25:52 +02:00
klemens
329174b6d9 spelling fixes 2016-12-14 21:32:24 +01:00
neilpang
ac26f84170 fix shfmt 2016-11-16 22:53:59 +08:00
neilpang
fa574fe833 fix shfmt 2016-11-16 22:44:39 +08:00
Philippe Kueck
243593cdaa
fix warnings and remove unused ${tmp} variable 2016-11-14 14:06:30 +01:00
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
2016-10-26 16:14:47 +02:00
Philippe Kueck
0fb206fe15
add nsupdate script for dns-01 2016-10-26 11:52:26 +02:00