mirror of
https://github.com/fernwerker/ownDynDNS.git
synced 2025-07-10 14:15:14 +02:00
Update to include configure scripts
This commit is contained in:
parent
f7b2ae6e85
commit
46d9f8f759
1 changed files with 6 additions and 1 deletions
|
@ -8,7 +8,12 @@ Self-hosted dynamic DNS php script to update netcup DNS API from Router like AVM
|
||||||
* Nils Blume [@niiwiicamo](https://github.com/niiwiicamo)
|
* Nils Blume [@niiwiicamo](https://github.com/niiwiicamo)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
### Installation
|
### Install using configure scripts
|
||||||
|
* Copy `update.php`, `src/*`, `.env.dist`, `.configure.sh` and `.configure-endpoints.sh` to your webspace
|
||||||
|
* If you want multiple endpoints use .configure-endpoints.sh
|
||||||
|
* If you want a single endpoint use .configure.sh
|
||||||
|
|
||||||
|
### Manual 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>
|
* 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?(...)
|
The update URL would be https://`url`/mydomain/update.php?(...)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue