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

Update README.md

Add HowTo for UniFi Gateways
This commit is contained in:
Jesse Reppin 2025-03-03 11:29:04 +01:00 committed by GitHub
parent 1e80e61044
commit c205d0e844
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
# 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
* 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>`
* 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
* see [examples](./examples)