Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/commifreak/netcup-docker-dns
Simple docker container to update netcup DNS for your DynDNS addresses (including IPv6 prefix update support)
https://github.com/commifreak/netcup-docker-dns
Last synced: about 1 month ago
JSON representation
Simple docker container to update netcup DNS for your DynDNS addresses (including IPv6 prefix update support)
- Host: GitHub
- URL: https://github.com/commifreak/netcup-docker-dns
- Owner: Commifreak
- Created: 2024-05-22T06:26:03.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T12:41:30.000Z (4 months ago)
- Last Synced: 2024-08-28T14:06:23.705Z (4 months ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# netcup DDNS updater container
This helper updates your netcup domain with current IPv4/6 IPs. It has support for dynmaic prefixes and only updates the prefix.You can find the image at https://hub.docker.com/r/rkluth/netcup-docker-dns
## Environment variables
* `NC_KD` netcup customer number
* `NC_APIPW` netcup API password
* `NC_APIKEY` netcup API key
* `NC_UPDATE_IP6_PREFIX` true, if only prefix should be updated, false otherwise
* `NC_DOMAIN` domain (zone) name to use
* `NC_SUBDOMAINS` comma seperated list of entries to update. Example: `intern` or `intern,cloud`## How to run?
Simply start the container and call `/run.php`. Example: `http://1.2.3.4/run.php`.