Skip to content

e-frontier-systems/ddns_sakura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic DNS Client for SAKURA

Requirements

  • curl
  • nodejs
  • json
  • bash

Installation

  1. Get node.

Note: Ubuntu users can install this command.

apt install nodejs npm
  1. Get json.

Normal install command is

npm install -g json
  1. Check exists curl command.
which curl

NOT responsed

apt install curl
  1. github clone
git clone https://github.com/e-frontier-systems/ddns_sakura.git
cd ./ddns_sakura
chmod +x ddns_sakura
  1. Setting-up & Initialize
./ddns_sakura
  1. Cron setting
sudo vi /etc/cron.d/ddns_sakura
SHELL=/bin/bash
* * * * * root /path/to/ddns_sakura

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages