Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 406 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 406 Bytes

gddns-updater

Google Domains Dynamic DNS Updater.

Checks your public IP address at a specified interval. Recommended interval is 900000, or 15 minutes.

Install instructions

  • npm i
  • Add .env file with your domain info, for example:
GDDNS_INTERVAL=CHECK_INTERVAL_IN_MILLISECONDS
GDDNS_USER=YOUR_HOST_USERNAME
GDDNS_PASS=YOUR_HOST_PASSWORD
GDDNS_HOST=YOUR_HOST
  • Run npm start