This package is abandoned and no longer maintained. No replacement package was suggested.

ddns manager for inwx

1.0-beta.4 2017-03-10 18:36 UTC

This package is not auto-updated.

Last update: 2020-08-21 03:41:59 UTC


README

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]