Ovh dns dynhost updater

Pierre Fromager b9a84f80b4 init : create repo 3 年之前
README.md b9a84f80b4 init : create repo 3 年之前
main.js b9a84f80b4 init : create repo 3 年之前
package.json b9a84f80b4 init : create repo 3 年之前
updater.js b9a84f80b4 init : create repo 3 年之前

README.md

ovhdynhostceros

NodeJS script to conitinuous update ovh.com dynhost DNS domain.

Requirements

  • NodeJs to be installed

Setup

Edit your main.js to change domain and auth according your requirements.

ovhDynhostUpdater.init({
    interval: 1000 * 60 * 3 ,
    domain  : 'sub.domain.com' , 
    auth    : 'domain.com-user:password'
}) ;

Run

npm start