Commit Graph

6 Commits (5d6d0c6176c1be41c8729478bc7fe5e3fc787823)

Author SHA1 Message Date
Sebastiaan Hoogeveen 4047adcc35 Force a commit.
Sebastiaan Hoogeveen 5ba2068fc2 Fix dns_nederhost to work correctly with wget instead of curl.
The dns_nederhost DNS API relies on the exact HTTP status code to be
returned (e.g.  204); however, the _get function always returns 200 for a
succesful call when using wget instead of curl.  This patch fixes this by
using the _post function for all requests done by dns_nederhost.
Sebastiaan Hoogeveen db6db6a4e9 Removed overwriting of the HTTP header file before sending a request.
Sebastiaan Hoogeveen 44dcb0d0a9 Make Travis happy; fixed formatting of return statements.
Sebastiaan Hoogeveen b3e3e080a9 Cleaned up some of the comments from shellcheck.
Sebastiaan Hoogeveen 1167cdcaec Added DNS API support for NederHost (https://www.nederhost.nl/)