DynDnsUpdater 6.0.0
dotnet tool install --global DynDnsUpdater --version 6.0.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local DynDnsUpdater --version 6.0.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=DynDnsUpdater&version=6.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package DynDnsUpdater --version 6.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
dyn-dns-update
DynDns client based on .NET 9.0 for Linux and Windows Similar to ddclient
Installation
dotnet tool install DynDnsUpdater --global
Executing the tool
DynDnsUpdater
follow Instructions for giving necessary parameters
Settings are saved in ~/.config/dyndns-updater.conf
(Linux)
Executing tool every day (Linux)
crontab -e
Append
PATH=$PATH:/home/pi/.dotnet/tools
0 3 * * * DynDnsUpdater > /home/pi/logs/dyndns.log 2>&1
This executes dns update every day at 3 AM (universal time). Last log is saved in /home/pi/logs/dyndns.log
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
6.0.0 | 177 | 6/8/2025 |
5.0.1 | 183 | 6/8/2025 |
5.0.0 | 336 | 3/25/2024 |
4.1.0 | 1,100 | 11/22/2022 |
4.0.0 | 1,273 | 11/19/2022 |
3.0.0 | 1,092 | 11/19/2022 |
2.2.0 | 1,139 | 7/31/2022 |
2.1.0 | 1,290 | 9/4/2021 |
2.0.0 | 1,138 | 9/4/2021 |
1.1.4 | 1,452 | 3/22/2020 |
1.1.3 | 1,456 | 3/22/2020 |
1.1.2 | 1,363 | 3/19/2020 |
1.1.1 | 1,412 | 3/19/2020 |
1.1.0 | 1,350 | 3/18/2020 |
1.0.0 | 1,385 | 3/17/2020 |
Converted to C#