Skip to content

Dynamic DNS (DDNS) updater for Windows Task Scheduler

License

Notifications You must be signed in to change notification settings

dh377/ddns-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

SYNOPSIS

Dynamic DNS (DDNS) updater for Windows Task Scheduler

DESCRIPTION

Create a task in the Windows Scheduler to automatically invokes a web request to Dynamic DNS URL and updates the DNS Zone record when network state change. Compatible with any DDNS service exposing URL update interface.

EXAMPLE

  • Just run Register-DDNS with DDNS URL to be updated
.\Register-DDNS https://v6.sync.afraid.org/u/AbCdEfGhIjKlMnOpQrStUvWxYz0123456789/
  • You can create a one-line script file in the same directory to preserve URL:
& "$PSScriptRoot\Register-DDNS" https://v6.sync.afraid.org/u/AbCdEfGhIjKlMnOpQrStUvWxYz0123456789/

About

Dynamic DNS (DDNS) updater for Windows Task Scheduler

Topics

Resources

License

Stars

Watchers

Forks