Skip to content
This repository has been archived by the owner on Aug 17, 2019. It is now read-only.

affenrakete/ddns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ddns

A dynamic ddns updater for inwx. IPv4 and IPv6 support.

Build Status Scrutinizer Code Quality Dependency Status Packagist License: GPL v3

Quick setup

  1. git clone https://github.com/affenrakete/ddns.git
  2. composer install
  3. copy "/conf/example-inwx.ini" to "/conf/inwx.ini"
  4. edit "/conf/inwx.ini" and insert your inwx account data
  5. copy "/conf/example-domain-tld.ini" to "/conf/yoursubdomain-yourdomain-yourtld.ini"
  6. edit "/conf/yoursubdomain-yourdomain-yourtld.ini" an insert your subdomain specific data
  7. run "update.php"

Example

"/conf/inwx.ini"

; API URL
apiurl = https://api.domrobot.com/xmlrpc/
; inwx username
username = affenrakete_inwx_login
; inwx password
password = inwx_login_pwd_1!!

"/conf/test-affenrakete-de.ini"

 ; subdomain login data
[ddns]
; API Key
apikey = YOURSECRETPWD!11

; domain data
[inwx]
; domain
domain = affenrakete.de
; subdomain
subdomain = test

`./update.php?domain=[domain]&password=[apikey]&ipv4=[new_IPV4]&ipv6=[new_IPV6]