@ii887522/dynv6-ip-update-client
v2.0.2
Published
Update IP addresses of existing DNS records created in dynv6 which is a platform for getting public hostnames for your dynamic IPv4 and IPv6 addresses with the latest IP addresses from the client.
Downloads
18
Maintainers
Readme
dynv6-ip-update-client
Update IP addresses of existing DNS records created in dynv6 which is a platform for getting public hostnames for your dynamic IPv4 and IPv6 addresses with the latest IP addresses from the client.
Table of Contents
- Usage
- Prerequisites
- Install dependencies
- Lint the project
- Build the project
- Automatically build the project on save
- Start the project
Usage
dynv6-ip-update-client <http-token>
Prerequisites
- Windows 11 or Linux
- Visual Studio Code with plugins:
- EditorConfig for VS Code
- ESLint
- Prettier - Code formatter
- Node.js 16.17.1 and later
Install dependencies
npm install
Lint the project
npm run lint
Automatically lint the project on save
npm run lint:watch
Build the project
npm run build
Automatically build the project on save
npm run build:watch
Start the project
npm start <http-token>