Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmcknight/netlify-ddns-updater
Update Netlify with Dynamic DNS entry
https://github.com/tmcknight/netlify-ddns-updater
Last synced: about 1 month ago
JSON representation
Update Netlify with Dynamic DNS entry
- Host: GitHub
- URL: https://github.com/tmcknight/netlify-ddns-updater
- Owner: tmcknight
- License: mit
- Created: 2020-11-04T17:40:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-04T20:01:25.000Z (about 4 years ago)
- Last Synced: 2024-11-25T11:56:20.817Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @tmcknight/netlify-ddns-updater
[![NPM Version][npm-image]][npm-url]
## Description
Update an **A** DNS record at [Netlify's Managed DNS service](https://www.netlify.com/docs/dns/) with your public IP address.
## Install
```bash
npm i -g @tmcknight/netlify-ddns-updater
```## Available Commands
#### `netlify-ddns-updater -t -d -s `
Updates an A record with your external IP address.
#### `netlify-ddns-updater -t -d -s -i `
Updates an A record with IP address.
## Parameters
- `-a --accessToken` _[string]_ - [Personal access token from Netlify](https://app.netlify.com/user/applications#personal-access-tokens).
- `-d --domain` - _[string]_ - The domain that holds the DNS record. (e.g. - example.com).
- `-s --subdomain` - _[string]_ - The name of the record to update. (e.g. - home).
- `-i --ipAddress` - _[string, optional]_ - IP address to update. If not provided, uses your current external IP address.## License
[MIT](LICENSE)
[npm-image]: https://img.shields.io/npm/v/@tmcknight/netlify-ddns-updater?style=flat-square
[npm-url]: https://npmjs.org/package/@tmcknight/netlify-ddns-updater