A dynamic ddns updater for inwx. IPv4 and IPv6 support.
- git clone https://github.com/affenrakete/ddns.git
- composer install
- copy "/conf/example-inwx.ini" to "/conf/inwx.ini"
- edit "/conf/inwx.ini" and insert your inwx account data
- copy "/conf/example-domain-tld.ini" to "/conf/yoursubdomain-yourdomain-yourtld.ini"
- edit "/conf/yoursubdomain-yourdomain-yourtld.ini" an insert your subdomain specific data
- run "update.php"
"/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]