Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 420 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 420 Bytes

noip-renew

Auto renew for noip domains
It use puppeteer to autoclick the buttons in noip domains

installation:

git clone https://github.com/4cyber/noip-renew
cd noip-renew
npm i

N.B. you MUST edit the index.js to change var user and var pass with your noip informations

usage:
node index.js

best usage is to crontab that with daily
crontab -e
@daily node PATHTOTHISFOLDER/index.js