DynDnsUpdater 1.1.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global DynDnsUpdater --version 1.1.3
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local DynDnsUpdater --version 1.1.3
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=DynDnsUpdater&version=1.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package DynDnsUpdater --version 1.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
DynDnsUpdater
DynDns client based on .NET Core for Linux and Windows Similar to ddclient
Installation (test)
dotnet pack -c Release
sudo dotnet tool install --tool-path /opt/dotnet --add-source ./nupkg DyndnsUpdater
(sudo ln -s /usr/local/share/dotnet-tools/DyndnsUpdater /usr/local/bin/DyndnsUpdater)
Installation
dotnet tool install --global
Executing the tool
sudo dyndnsUpdate
follow Instructions for giving necessary parameters
Settings are saved in /etc/dyndns-updater.conf
(Linux)
Executing tool every day (Linux)
crontab -e
Append
PATH=$PATH:/usr/share/dotnet-sdk
DOTNET_ROOT=/usr/share/dotnet-sdk
0 3 * * * /home/pi/.dotnet/tools/dyndnsUpate > /home/pi/logs/dyndns.log 2>&1
This executes dns update every day at 3 AM. Last log is saved in /home/pi/logs/dyndns.log
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
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 |
---|---|---|
5.0.0 | 309 | 3/25/2024 |
4.1.0 | 1,073 | 11/22/2022 |
4.0.0 | 1,246 | 11/19/2022 |
3.0.0 | 1,065 | 11/19/2022 |
2.2.0 | 1,105 | 7/31/2022 |
2.1.0 | 1,223 | 9/4/2021 |
2.0.0 | 1,094 | 9/4/2021 |
1.1.4 | 1,392 | 3/22/2020 |
1.1.3 | 1,392 | 3/22/2020 |
1.1.2 | 1,285 | 3/19/2020 |
1.1.1 | 1,352 | 3/19/2020 |
1.1.0 | 1,291 | 3/18/2020 |
1.0.0 | 1,324 | 3/17/2020 |