jerrm
b7c3e6099c
duckdns - fix "integer expression expected" errors ( #3397 )
...
* fix "integer expression expected" errors
* duckdns fix
* Update dns_duckdns.sh
* Update dns_duckdns.sh
2021-02-13 18:58:44 +08:00
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
2020-12-16 10:11:43 +00:00
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.
2020-12-06 22:45:42 +07:00
neil
db24ca3dc1
fix debug info
2020-09-14 22:29:23 +08:00
neil
5e3aa2db1d
add debug info for duckdns
2020-09-14 22:22:36 +08:00
Matthew
21718a69d3
Update dns_duckdns.sh
...
Don't depend on eregex in sed
2020-07-03 07:48:38 -04:00
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.
2020-06-30 07:19:41 -04:00
Matthew
8718ac0c4b
duckdns doesn't permit subdomains or underscores
2020-06-30 02:22:08 -04:00
Lonnie Abelbeck
96801e3478
Update DuckDNS support, fix failure on first call, no longer save the domain/username as a global, and other tweaks
2017-08-11 16:46:29 -05:00
RaidenII
9aed1e2d17
Argh. Double quotes.
2017-07-01 05:18:12 -07:00
RaidenII
63c6ed3fd0
Fixes to follow coding standards.
2017-07-01 05:14:52 -07:00
RaidenII
17fbfd14db
Minor fixes.
2017-06-30 08:32:39 -04:00
RaidenII
d0f5aece5f
Fix SC2170.
2017-06-29 15:43:58 -04:00
RaidenII
eeda3062e1
Fix against POSIX standard.
2017-06-29 15:40:29 -04:00
RaidenII
e64ad5176e
Added Name.com API support.
...
Minor change to DuckDNS API support.
2017-06-28 16:15:57 -04:00
RaidenII
e7dff4756f
Using HTTPS for DuckDNS API and added instruction.
2017-06-27 15:28:10 -04:00
RaidenII
fa98d72f3a
Added preliminary support for DuckDNS TXT record API, a free Dynamic DNS provider
2017-06-27 09:21:39 -04:00