Search Criteria
Package Details: duckdns 1.1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/duckdns.git (read-only, click to copy) |
---|---|
Package Base: | duckdns |
Description: | Update your DuckDNS.org entries from your computer without setting up any cronjob. You just need to create config files for your domains. |
Upstream URL: | https://www.duckdns.org |
Keywords: | dns duckdns dynamic ip |
Submitter: | Tom00000 |
Maintainer: | thePanz |
Last Packager: | thePanz |
Votes: | 12 |
Popularity: | 0.89 |
First Submitted: | 2015-09-26 14:29 (UTC) |
Last Updated: | 2023-08-07 22:09 (UTC) |
Latest Comments
1 2 3 Next › Last »
japama commented on 2025-02-17 11:24 (UTC)
It doesn't work if you have a VPN, even with split tunneling.
To fix this, you just need to add a parameter to
/etc/duckdns.d/default.cfg
and add, for example,duckdns_interface=eth0
Then, in the curl call, use the interface:
OUTPUT=$(curl --interface ${duckdns_interface} --silent "https://www.duckdns.org/update?domains=${duckdns_hostname}&token=${duckdns_token}&ip=")
And you can bypass a VPN with split tunneling.
thePanz commented on 2023-08-07 22:11 (UTC)
@TwoLeaves the new release v1.1.1-1 should fix it
TwoLeaves commented on 2023-02-08 16:39 (UTC)
The included duckdns.sh is not POSIX-compatible so the shebang should be changed from sh to bash. Or else the "source" command changed to "." and the "==" comparator to "=". Cheers!
valandil commented on 2022-07-05 01:05 (UTC)
The pkgsums for duckdns.sh and duckdns.timer were not updated in the new version.
thePanz commented on 2022-07-04 07:17 (UTC)
Thanks @janvkn and @xse: the new release fixes the issues you reported. Thanks again!
janvkn commented on 2022-06-22 12:13 (UTC)
In the
duckdns.sh
scriptcurl -k
is used to connect to the duckdns server. The-k
option is insecure because it makescurl
skip the TLS certificate validation. A rogue site could steal the user's token and hijack their DNS entries, or learn which DNS names they have registered.xse commented on 2022-05-31 23:51 (UTC)
typo in the .timer description s/5/15
mesmer commented on 2021-11-10 01:05 (UTC)
@thePanz i can send to you the package, if you have a update go ahead
thePanz commented on 2020-01-15 21:20 (UTC)
I have an updated version of this package, how can I contribute? can I be a co-maintainer?
1 2 3 Next › Last »