mirror of
https://github.com/fernwerker/ownDynDNS.git
synced 2025-07-10 14:15:14 +02:00
Update README.md
Fixed the Readme, to be compatible with the FRITZ!Box Settings
This commit is contained in:
parent
44ba07dbfe
commit
00f9f6f8bf
1 changed files with 6 additions and 9 deletions
|
@ -22,16 +22,13 @@ Self-hosted dynamic DNS php script to update netcup DNS API from Router like AVM
|
||||||
### AVM FRITZ!Box Settings
|
### AVM FRITZ!Box Settings
|
||||||
* Go to "Internet" -> "Freigaben" -> "DynDNS"
|
* Go to "Internet" -> "Freigaben" -> "DynDNS"
|
||||||
* Choose "Benutzerdefiniert"
|
* Choose "Benutzerdefiniert"
|
||||||
* Single Domain:
|
|
||||||
* Update-URL: `https://<url of your webspace>/update.php?user=<username>&password=<pass>&ipv4=<ipaddr>&ipv6=<ip6addr>&domain=<domain>`
|
* Update-URL: `https://<url of your webspace>/update.php?user=<username>&password=<pass>&ipv4=<ipaddr>&ipv6=<ip6addr>&domain=<domain>`
|
||||||
* only the url needs to be adjusted, the rest is automatically filled by your AVM FRITZ!Box
|
* only the url needs to be adjusted, the rest is automatically filled by your AVM FRITZ!Box
|
||||||
* http or https is possible if valid SSL certificate (e.g. Let's Encrypt)
|
* http or https is possible if valid SSL certificate (e.g. Let's Encrypt)
|
||||||
* Multiple Domains
|
* Single Domain:
|
||||||
* To Update Multiple domains, add every domain as a comma seperated list.
|
|
||||||
* Update-URL: `https://<url of your webspace>/update.php?user=<username>&password=<pass>&ipv4=<ipaddr>&ipv6=<ip6addr>&domain=<domain1>,<domain2>,<domain3>....`
|
|
||||||
* only the url needs to be adjusted, the rest is automatically filled by your AVM FRITZ!Box
|
|
||||||
* http or https is possible if valid SSL certificate (e.g. Let's Encrypt)
|
|
||||||
* Domainname: `<host record that is supposed to be updated>`
|
* Domainname: `<host record that is supposed to be updated>`
|
||||||
|
* Multiple Domains:
|
||||||
|
* Domainname: `<first host record that is supposed to be updated>,<second host record that is supposed to be updated>,....`
|
||||||
* Username: `<username as defined in .env file>`
|
* Username: `<username as defined in .env file>`
|
||||||
* Password: `<password as definied in .env file>`
|
* Password: `<password as definied in .env file>`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue