Skip to content

ddns for namesilo using python2 or docker on linux, mac or windows

License

Notifications You must be signed in to change notification settings

MuffinK/namesilo_ddns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

namesilo_ddns

ddns for namesilo using python2 or docker on linux, mac or windows

How to use

using python2

  1. get namesilo api_key, from namesilo
  2. rename ddns.conf.example to ddns.conf
  3. edit namesilo_api_key rrhost, host_name and domain_name in ddns.conf file
  4. pip install crontabs
  5. python main.py

or using docker

  1. edit ddns.conf
[common]
api_key = 1234567890abcdef1234
host_name = test.example.com
domain_name = example.com
rrhost = test
#time_interval = 20 #Optional
  1. run
docker run --name namesilo_ddns --rm -v $(pwd)/ddns.conf:/app/ddns.conf -d muffinking/namesilo_ddns:latest

it will update domain dns recode to your ip every 20(can be configed) minutes

About

ddns for namesilo using python2 or docker on linux, mac or windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published