1.0.2 • Published 4 years ago

ovhdynupdate v1.0.2

Weekly downloads
5
License
ISC
Repository
github
Last release
4 years ago

dynupdate

NodeJS script for ovh.com dynamic DNS domain update using simple interval

it simply getting your external IPv4 and then calling ovh url with basic Auth:

http://www.ovh.com/nic/update?system=dyndns&hostname=YOU_HOST&myip=YOU_EXT_IPV4

More information for ovh dynhost look at : https://docs.ovh.com/fr/domains/utilisation-dynhost/

Installation :

npm install ovhdynupdate

Usage in your index.js :

let app = require('ovhdynupdate');

app.init({
    interval:1000*60*3 , // in MS update every 3 min
    domain:'sub.domain.com', 
    auth : "domain.com-USER:YOURPASSWORD",
    //service_ipv4 : 'http://someserviceforipv4_remoteaddress.com' 
}) ;

result should have somthing like this in the console :

Init process for domain sub.domain.com auth : domain.com-sub:***** with interval 30000
2020-03-05T16:35:05.496Z nochg 000.000.000.000
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago