mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Add netcup.net #242
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @salapate on GitHub (Jan 11, 2023).
Originally assigned to: @qdm12 on GitHub.
What's the feature?
New DDNS provider.
https://ccp.netcup.net/run/webservice/servers/endpoint.php
Extra information?
Netcup offers a variety of hosting services. Along with that they also expose their DNS by means of an API which easily can be used for implementing a DDNS service.
Example implementation in PHP:
https://github.com/stecklars/dynamic-dns-netcup-api
@Assaro commented on GitHub (Mar 26, 2023):
Someone already wrote an implementation using GO: https://github.com/Hentra/dyndns-netcup-go
This might cut down on implementation time if actually done
@qdm12 commented on GitHub (Jun 12, 2023):