https://github.com/jacobq/powershellddns
PowerShell script to update dynamic DNS
https://github.com/jacobq/powershellddns
Last synced: 3 months ago
JSON representation
PowerShell script to update dynamic DNS
- Host: GitHub
- URL: https://github.com/jacobq/powershellddns
- Owner: jacobq
- Created: 2012-06-04T16:38:45.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2021-10-03T18:31:33.000Z (almost 4 years ago)
- Last Synced: 2025-04-23T13:17:09.590Z (3 months ago)
- Language: PowerShell
- Size: 4.88 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PowerShellDDNS
==============
PowerShell script to update dynamic DNS information
Copyright (c) 2012, Jacob Quant
MIT License, http://www.opensource.org/licenses/mit-license.phpThis script was designed to provide a simple, automatable way to update DNS information on http://freedns.afraid.org or similar services
Usage: update-dynamic-dns.ps1
Parameters:
-a, --address Specifies a fixed IP address to be used (incompatible with -l)
-b, --base-url Specifies the base URL to which the request will be sent.
The default is http://freedns.afraid.org/dynamic/update.php
-c, --authorization-codeSpecifies the authorization code to use (will be appended to the base URL)
-d, --dhcp-only When set, the script will exclude network adapters that are not configured to use DHCP
-h, --help Display this message
-i, --ignore-rfc1918-addresses When set, the script will exclude any private (RFC1918 reserved) addresses from being used (has no effect without -l)
-l, --use-local-ip [] When set, the script uses an IP address from the system instead of sending a fixed address or relying on the remote server (incompatible with -a)
-v, --version When set, the program just displays version information and then exits