mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 00:25:58 +03:00
[GH-ISSUE #481] Windows client #353
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#353
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lonix1 on GitHub (Apr 30, 2021).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/481
Various linux clients are available.
Are there any windows clients?
Or maybe someone has a working
.bator.ps1script? I could call that from the task scheduler.@ThomasWaldmann commented on GitHub (Apr 30, 2021):
Sorry, I personally don't use windows, so I can't recommend anything specific (besides using a web search engine).
Just as a general comment: stay away from anything too simple. The dyndns protocol is way more than shooting a http GET against a specific URL.
If your client misbehaves, the service will flag it as abusive and will stop accepting updates until the abuse flag is reset.
There are a lot of services following this dyndns protocol (originally from dyndns.org IIRC), so there should be lots of client software. And if the server URL is not hardcoded into the software, but configurable, you can use it with nsupdate.info.
@lonix1 commented on GitHub (May 1, 2021):
I also don't use windows, but my network has a windows machine, so I gotta do something about it 😄
Thanks for the info, I'll see if there's a client for one of those other services like you suggested.
Future readers: if you have a working windows bat/ps1 script please post here. Thanks!