mirror of
https://github.com/fernwerker/ownDynDNS.git
synced 2025-07-10 06:05:13 +02:00
modified: README.md
layout and meta infos
This commit is contained in:
parent
24f9eb7d12
commit
479dce4f1a
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -1,9 +1,9 @@
|
||||||
# owndyndns
|
# ownDynDNS
|
||||||
Self-hosted dynamic DNS php script for FRITZ!Box and netcup DNS API
|
Self-hosted dynamic DNS php script for FRITZ!Box and netcup DNS API
|
||||||
|
|
||||||
## Authors
|
## Authors
|
||||||
* Felix Kretschmer
|
* @fernwerker
|
||||||
* Philipp Tempel
|
* @philipptempel
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
### Installation
|
### Installation
|
||||||
|
@ -20,12 +20,12 @@ Self-hosted dynamic DNS php script for FRITZ!Box and netcup DNS API
|
||||||
### FRITZ!Box Settings
|
### FRITZ!Box Settings
|
||||||
* Go to "Internet" -> "DynDNS"
|
* Go to "Internet" -> "DynDNS"
|
||||||
* Choose "custom"
|
* Choose "custom"
|
||||||
* 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 the FRITZ!Box
|
* only the url needs to be adjusted, the rest is automatically filled by the 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)
|
||||||
* Domainname: <host record that is supposed to be updated>
|
* Domainname: `<host record that is supposed to be updated>`
|
||||||
* Username: <username as defined in update.php>
|
* Username: `<username as defined in update.php>`
|
||||||
* Password: <password as definied in update.php>
|
* Password: `<password as definied in update.php>`
|
||||||
|
|
||||||
## References
|
## References
|
||||||
* DNS API Documentation: https://ccp.netcup.net/run/webservice/servers/endpoint.php
|
* DNS API Documentation: https://ccp.netcup.net/run/webservice/servers/endpoint.php
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue