https://github.com/pedrocx486/duckdns_dotnet_updater
A simple updater made in .NET6 for the DuckDNS service.
https://github.com/pedrocx486/duckdns_dotnet_updater
Last synced: 3 months ago
JSON representation
A simple updater made in .NET6 for the DuckDNS service.
- Host: GitHub
- URL: https://github.com/pedrocx486/duckdns_dotnet_updater
- Owner: pedroCX486
- License: isc
- Created: 2019-08-11T05:22:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-29T02:40:01.000Z (over 2 years ago)
- Last Synced: 2025-01-15T07:15:14.936Z (5 months ago)
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DuckDNS .NET IP Updater
An small .NET6 app to update your IP on DuckDNS.
## What you should know:
- You pass as arguments to the application the information needed, eg.: `duckdns.exe your-duckdns-token subdomainname`
- If you want the application to run indefinitely every x amount of minutes, then:
`duckdns.exe your-duckdns-token subdomainname loop 10`
- Publish profiles are available to publish to most desktop platforms (Win, Mac, Linux - all on X86_64, ARM and ARM64).
- Requires .NET6 to compile.## License
Licensed under the ISC.