Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Creates or updates a DNS A record on your domain with your network's public IP via the Hover.com API.

License

Notifications You must be signed in to change notification settings

notatestuser/hover-ddns-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creates or updates a DNS A record on your domain with your network's public IP via the Hover.com API.

Installation

npm i -g hover-ddns-updater

Usage

Call it manually, throw it in crontab, whatever.

luke@pi-nas $ export HOVER_API_USER=x
luke@pi-nas $ export HOVER_API_PASS=y
luke@pi-nas $ export HOVER_DDNS_DOMAIN=lukep.org
luke@pi-nas $ export HOVER_DDNS_SUBDOMAIN=homestead
luke@pi-nas $ hover-ddns-updater
Current IP: 111.222.333.444
Received via: http://icanhazip.com/
Success
luke@pi-nas $ host homestead.lukep.org
homestead.lukep.org has address 111.222.333.444

About

Creates or updates a DNS A record on your domain with your network's public IP via the Hover.com API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published