Skip to content

gocastilla/update-ddns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Update DDNS

Current avaliable DDNS providers

  • Google Domains

Example

import { updateDDNS, Providers, Credentials, Domain } from 'update-ddns';

const credentials: Credentials = {
  username: 'u53rn4m3',
  password: 'p455w0rd'
};

const domain: Domain = {
  address: 'example.com'
};

updateDDNS(Providers.GoogleDomains, credentials, domain)
  .then(response => console.log(response))
  .catch(error => console.log(error));

Lorem Ipsum bla bla bla

About

A simple way to update a Dynamic DNS record.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published