mirror of
https://github.com/fernwerker/ownDynDNS.git
synced 2025-07-17 00:35:43 +02:00
minimum improvements on major refoctoring of b2un0:
- updated README.md to new filenames - added log.json creation if not existent in Handler.php
This commit is contained in:
parent
b551a25391
commit
eb34f44292
2 changed files with 9 additions and 3 deletions
|
@ -26,8 +26,8 @@ Self-hosted dynamic DNS php script to update netcup DNS API from Router like AVM
|
|||
* 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>`
|
||||
* Username: `<username as defined in update.php>`
|
||||
* Password: `<password as definied in update.php>`
|
||||
* Username: `<username as defined in .env file>`
|
||||
* Password: `<password as definied in .env file>`
|
||||
|
||||
# run as cronjob on a **nix based device
|
||||
* see [examples](./examples)
|
||||
|
@ -38,4 +38,4 @@ Self-hosted dynamic DNS php script to update netcup DNS API from Router like AVM
|
|||
|
||||
## License
|
||||
Published under GNU General Public License v3.0
|
||||
© Felix Kretschmer, 2018
|
||||
© Felix Kretschmer, 2019
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue