Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 797 Bytes

README.md

File metadata and controls

44 lines (35 loc) · 797 Bytes

no-ip-refresher

automatic refresh your no-ip domain name, without 30 days expiration use docker-selenium to manipulate no-ip with selenium

Requirement

docker

Installation & Configuration

clone source code

git clone https://github.com/Falldog/no-ip-refresher.git

modify configuration in refresher.cfg Example as below:

[Refresher]
username=your-name
password=password
host=your-host.ddns.net

Refresh in docker

cd no-ip-refresher
docker build -t no-ip-refresher .
docker run no-ip-refresher

crontab

schedule it in crontab avoid expiration after 30 days

0 0 1,15 * * root docker run no-ip-refresher  # 1st & 15th day every month