1
0
Fork 0
mirror of https://github.com/fernwerker/ownDynDNS.git synced 2025-07-10 14:15:14 +02:00

added multi-endpoint description

This commit is contained in:
Nils Blume 2023-08-23 23:51:32 +02:00
parent 78ec4ee94b
commit 0de4252b2d

View file

@ -10,6 +10,8 @@ Self-hosted dynamic DNS php script to update netcup DNS API from Router like AVM
## Usage ## Usage
### Installation ### Installation
* Copy all files to your webspace * Copy all files to your webspace
* If you want multiple endpoints that each can only update one domain look at the mydomain folder.<br>
The update URL would be https://`url`/mydomain/update.php?(...)
* create a copy of `.env.dist` as `.env` and configure: * create a copy of `.env.dist` as `.env` and configure:
Parameter | Example | Explanation Parameter | Example | Explanation