Skip to content

arkeane/nameddns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NameDDNS

Dynamic DNS script for name.com written in Python. It uses the NameAPI to update the IP address of a dns record.

How to use

  1. Get your API token from nameAPI.

  2. User the recordparser.py script to fill config.json or manually edit the file.

  3. To automate the script add it to crontab or whatever you use to launch scripts every x period of time. (remember to run it from path where config.json is located)

    • If using cron:

      crontab -e
      

      Insert the following line (changing path_to_script) to run it every 2 hours:

      0 */2 * * * /usr/bin/python3 path_to_script/nameddns.py &>/dev/null
      

Donate

About

Dynamic DNS script for name.com DNS records

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages