affenrakete / ddns
ddns manager for inwx
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/affenrakete/ddns
Requires
- php: >5.4
- inwx/domrobot: v2.4
- katzgrau/klogger: 1.2.1
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.
Quick setup
- 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"
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]