Commit Graph

17 Commits (f7d9d53ad2423734fe7a43714573d93d626f44a5)

Author SHA1 Message Date
jerrm b7c3e6099c
duckdns - fix "integer expression expected" errors (#3397)
* fix "integer expression expected" errors

* duckdns fix

* Update dns_duckdns.sh

* Update dns_duckdns.sh
4 years ago
jimp100 cee20c4eb9
Corrected regex for subdomains
A fix to handle subdomains of a duckdns domain.  I.e.  subdomain.mydomain.duckdns.org
Handles n number of subdomains
4 years ago
Nate 94bba4ac9c
Correct sed regex
Corrects issue #3285.

The '?' character after a group is not supported in POSIX Basic Regular Expressions. Replacing it with '\{0,1\}' retains the same functionality and also works on non-GNU systems.
4 years ago
neil db24ca3dc1 fix debug info 4 years ago
neil 5e3aa2db1d add debug info for duckdns 4 years ago
Matthew 21718a69d3
Update dns_duckdns.sh
Don't depend on eregex in sed
5 years ago
Matthew 4539d236df
dns_duckdns.sh - correctly extract domain
$fulldomain could be just 'domain.duckdns.org' if provided with --domain-alias or '_acme-challenge.domain.duckdns.org' otherwise. In the latter case, '_acme-challenge' is thrown away. Correctly extract 'domain' in both cases.
5 years ago
Matthew 8718ac0c4b
duckdns doesn't permit subdomains or underscores 5 years ago
Lonnie Abelbeck 96801e3478 Update DuckDNS support, fix failure on first call, no longer save the domain/username as a global, and other tweaks 8 years ago
RaidenII 9aed1e2d17 Argh. Double quotes. 8 years ago
RaidenII 63c6ed3fd0 Fixes to follow coding standards. 8 years ago
RaidenII 17fbfd14db Minor fixes. 8 years ago
RaidenII d0f5aece5f Fix SC2170. 8 years ago
RaidenII eeda3062e1 Fix against POSIX standard. 8 years ago
RaidenII e64ad5176e Added Name.com API support.
Minor change to DuckDNS API support.
8 years ago
RaidenII e7dff4756f Using HTTPS for DuckDNS API and added instruction. 8 years ago
RaidenII fa98d72f3a Added preliminary support for DuckDNS TXT record API, a free Dynamic DNS provider 8 years ago