|
3 年之前 | |
---|---|---|
README.md | 3 年之前 | |
main.js | 3 年之前 | |
package.json | 3 年之前 | |
updater.js | 3 年之前 |
NodeJS script to conitinuous update ovh.com dynhost DNS domain.
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'
}) ;
npm start