Nodejs DDNS Updater, for DNSEver.com ( DNS Service in Korea ). (DDNS: Dynamic Domain Name Service)
프로세스 매니저인 pm2 환경에서 실행됩니다. pm2 가 설치되어 있지 않으면 아래의 명령어로 설치합니다.
sudo npm install -g pm2
sudo npm install -g dnsever-ddns-updater
-
Set your id and auth_code, and check your domain in DNSEver.com
-
Run process, wait 5sec, then 'Updater' will try to update your DDNS for your all domain
-
Check new updated DDNS. Without exception, your all domain will be updated as current public_ip
-
Every 90sec, 'Updater' compare to public ip and DNSEver.com setting. If update needed, try to update.
-
For more information use help command
dnsever-ddns-updater --help