1
0
Fork 0
mirror of https://github.com/fernwerker/ownDynDNS.git synced 2025-07-09 21:55:13 +02:00

Merge pull request #37 from hashfunktion/master

Update README.md
This commit is contained in:
Felix Kretschmer 2025-03-07 21:02:53 +01:00 committed by GitHub
commit d756c8a80a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
# ownDynDNS # ownDynDNS
Self-hosted dynamic DNS php script to update netcup DNS API from Router like AVM FRITZ!Box Self-hosted dynamic DNS php script to update netcup DNS API from Router like AVM FRITZ!Box or UniFi Gateways
## Authors ## Authors
* Felix Kretschmer [@fernwerker](https://github.com/fernwerker) * Felix Kretschmer [@fernwerker](https://github.com/fernwerker)
@ -32,6 +32,14 @@ Self-hosted dynamic DNS php script to update netcup DNS API from Router like AVM
* 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>`
### UniFi Gateways
* Go to "Settings" -> "Internet" -> "Choose WAN Interface" -> "Dynamic DNS" -> "+ Create New Dynamic DNS"
* Service "Choose -> `dyndns`"
* Hostname: `<host record that is supposed to be updated>`
* Username: `<username as defined in .env file>`
* Password: `<password as definied in .env file>`
* Server: `dyn.yourdomain.com/update.php/\/nic/update?user=%u&password=%p&ipv4=%i&force=0&mode=both&domain=%h`
# run as cronjob on a **nix based device # run as cronjob on a **nix based device
* see [examples](./examples) * see [examples](./examples)