Skip to content

A simple dynamic DNS client written in PHP for use with the netcup DNS API.

License

Notifications You must be signed in to change notification settings

JYPDWhite/dynamic-dns-netcup-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic DNS client for netcup DNS API

This project is not affiliated with the company netcup GmbH. Although it is developed by an employee, it is not an official client by netcup GmbH and was developed in my free time. netcup is a registered trademark of netcup GmbH, Karlsruhe, Germany.

A simple dynamic DNS client written in PHP for use with the netcup DNS API.

Requirements

  • Be a netcup customer: https://www.netcup.de – or for international customers: https://www.netcup.eu
    • You don't have to be a domain reseller to use the necessary functions for this client – every customer with a domain may use it.
  • netcup API key and API password, which can be created within your CCP at https://www.customercontrolpanel.de
  • PHP-CLI with CURL extension
  • A domain 😉

Features

Implemented

  • All necessary API functions for DNS actions implemented (REST API)
  • Determines correct public IP address, uses fallback API for determining the IP address, in case main API does return invalid / no IP
  • IPv6 Support
  • Update everything you want in one go: Every combination of domains, subdomains, domain root, and domain wildcard is possible
  • Creation of DNS record, if it doesn't already exist
  • If configured, lowers TTL to 300 seconds for the domain on each run, if necessary
  • Hiding output (quiet option)

Missing

  • Caching the IP provided to netcup DNS, to avoid running into (currently extremely tolerant) rate limits in the DNS API
  • Probably a lot more 😁 – to be continued...

Getting started

Download

Download the latest version from the releases or clone the repository:

$ git clone https://github.com/stecklars/dynamic-dns-netcup-api.git

I'm always trying to keep the master branch stable.

Then, allow update.php to be executed by your user:

chmod u+x update.php

Configuration

Configuration is very simple:

  • Copy config.dist.php to config.php
    • cp config.dist.php config.php
  • Fill out config.php with the required values. The options are explained in there.

How to use

./update.php

You should probably run this script every few minutes, so that your IP is updated as quickly as possible. Add it to your cronjobs and run it regularly, for example every five minutes.

CLI options

Just add these Options after the command like ./update.php --quiet

option function
--quiet The script won't output notices, only errors and warnings

Example outputs

$ ./update.php
[2022/01/20 00:35:02 +0000][NOTICE] =============================================
[2022/01/20 00:35:02 +0000][NOTICE] Running dynamic DNS client for netcup 3.0
[2022/01/20 00:35:02 +0000][NOTICE] This script is not affiliated with netcup.
[2022/01/20 00:35:02 +0000][NOTICE] =============================================

[2022/01/20 00:35:02 +0000][NOTICE] Logged in successfully!
[2022/01/20 00:35:02 +0000][NOTICE] Updating DNS records for domain "myfirstdomain.com"
[2022/01/20 00:35:03 +0000][NOTICE] Successfully received Domain info.
[2022/01/20 00:35:03 +0000][NOTICE] Lowered TTL to 300 seconds successfully.
[2022/01/20 00:35:03 +0000][NOTICE] Successfully received DNS record data.
[2022/01/20 00:35:03 +0000][NOTICE] Updating DNS records for subdomain "subdomain1" of domain "myfirstdomain.com".
[2022/01/20 00:35:03 +0000][NOTICE] A record for host subdomain1 doesn't exist, creating necessary DNS record.
[2022/01/20 00:35:03 +0000][NOTICE] IPv4 address has changed. Before: newly created Record; Now: 5.6.7.8
[2022/01/20 00:35:03 +0000][NOTICE] IPv4 address updated successfully!
[2022/01/20 00:35:03 +0000][NOTICE] AAAA record for host subdomain1 doesn't exist, creating necessary DNS record.
[2022/01/20 00:35:03 +0000][NOTICE] IPv6 address has changed. Before: newly created Record; Now: 2001:db8:85a3:0:0:8a2e:370:7334
[2022/01/20 00:35:03 +0000][NOTICE] IPv6 address updated successfully!
[2022/01/20 00:35:03 +0000][NOTICE] Updating DNS records for subdomain "subdomain2" of domain "myfirstdomain.com".
[2022/01/20 00:35:03 +0000][NOTICE] A record for host subdomain2 doesn't exist, creating necessary DNS record.
[2022/01/20 00:35:03 +0000][NOTICE] IPv4 address has changed. Before: newly created Record; Now: 5.6.7.8
[2022/01/20 00:35:03 +0000][NOTICE] IPv4 address updated successfully!
[2022/01/20 00:35:03 +0000][NOTICE] AAAA record for host subdomain2 doesn't exist, creating necessary DNS record.
[2022/01/20 00:35:03 +0000][NOTICE] IPv6 address has changed. Before: newly created Record; Now: 2001:db8:85a3:0:0:8a2e:370:7334
[2022/01/20 00:35:03 +0000][NOTICE] IPv6 address updated successfully!
[2022/01/20 00:35:03 +0000][NOTICE] Updating DNS records for domain "myseconddomain.com"
[2022/01/20 00:35:03 +0000][NOTICE] Successfully received Domain info.
[2022/01/20 00:35:04 +0000][NOTICE] Successfully received DNS record data.
[2022/01/20 00:35:04 +0000][NOTICE] Updating DNS records for subdomain "@" of domain "myseconddomain.com".
[2022/01/20 00:35:04 +0000][NOTICE] A record for host @ doesn't exist, creating necessary DNS record.
[2022/01/20 00:35:04 +0000][NOTICE] IPv4 address has changed. Before: newly created Record; Now: 5.6.7.8
[2022/01/20 00:35:04 +0000][NOTICE] IPv4 address updated successfully!
[2022/01/20 00:35:04 +0000][NOTICE] AAAA record for host @ doesn't exist, creating necessary DNS record.
[2022/01/20 00:35:04 +0000][NOTICE] IPv6 address has changed. Before: newly created Record; Now: 2001:db8:85a3:0:0:8a2e:370:7334
[2022/01/20 00:35:04 +0000][NOTICE] IPv6 address updated successfully!
[2022/01/20 00:35:04 +0000][NOTICE] Updating DNS records for subdomain "*" of domain "myseconddomain.com".
[2022/01/20 00:35:04 +0000][NOTICE] A record for host * doesn't exist, creating necessary DNS record.
[2022/01/20 00:35:04 +0000][NOTICE] IPv4 address has changed. Before: newly created Record; Now: 5.6.7.8
[2022/01/20 00:35:04 +0000][NOTICE] IPv4 address updated successfully!
[2022/01/20 00:35:04 +0000][NOTICE] AAAA record for host * doesn't exist, creating necessary DNS record.
[2022/01/20 00:35:04 +0000][NOTICE] IPv6 address has changed. Before: newly created Record; Now: 2001:db8:85a3:0:0:8a2e:370:7334
[2022/01/20 00:35:04 +0000][NOTICE] IPv6 address updated successfully!
[2022/01/20 00:35:04 +0000][NOTICE] Logged out successfully!
$ ./update.php
[2022/01/20 00:39:00 +0000][NOTICE] =============================================
[2022/01/20 00:39:00 +0000][NOTICE] Running dynamic DNS client for netcup 3.0
[2022/01/20 00:39:00 +0000][NOTICE] This script is not affiliated with netcup.
[2022/01/20 00:39:00 +0000][NOTICE] =============================================

[2022/01/20 00:39:00 +0000][NOTICE] Logged in successfully!
[2022/01/20 00:39:00 +0000][NOTICE] Updating DNS records for domain "myfirstdomain.com"
[2022/01/20 00:39:00 +0000][NOTICE] Successfully received Domain info.
[2022/01/20 00:39:00 +0000][NOTICE] Successfully received DNS record data.
[2022/01/20 00:39:00 +0000][NOTICE] Updating DNS records for subdomain "subdomain1" of domain "myfirstdomain.com".
[2022/01/20 00:39:00 +0000][NOTICE] IPv4 address hasn't changed. Current IPv4 address: 5.6.7.8
[2022/01/20 00:39:00 +0000][NOTICE] IPv6 address hasn't changed. Current IPv6 address: 2001:db8:85a3:0:0:8a2e:370:7334
[2022/01/20 00:39:00 +0000][NOTICE] Updating DNS records for subdomain "subdomain2" of domain "myfirstdomain.com".
[2022/01/20 00:39:00 +0000][NOTICE] IPv4 address hasn't changed. Current IPv4 address: 5.6.7.8
[2022/01/20 00:39:00 +0000][NOTICE] IPv6 address hasn't changed. Current IPv6 address: 2001:db8:85a3:0:0:8a2e:370:7334
[2022/01/20 00:39:00 +0000][NOTICE] Updating DNS records for domain "myseconddomain.com"
[2022/01/20 00:39:01 +0000][NOTICE] Successfully received Domain info.
[2022/01/20 00:39:01 +0000][NOTICE] Successfully received DNS record data.
[2022/01/20 00:39:01 +0000][NOTICE] Updating DNS records for subdomain "@" of domain "myseconddomain.com".
[2022/01/20 00:39:01 +0000][NOTICE] IPv4 address hasn't changed. Current IPv4 address: 5.6.7.8
[2022/01/20 00:39:01 +0000][NOTICE] IPv6 address hasn't changed. Current IPv6 address: 2001:db8:85a3:0:0:8a2e:370:7334
[2022/01/20 00:39:01 +0000][NOTICE] Updating DNS records for subdomain "*" of domain "myseconddomain.com".
[2022/01/20 00:39:01 +0000][NOTICE] IPv4 address hasn't changed. Current IPv4 address: 5.6.7.8
[2022/01/20 00:39:01 +0000][NOTICE] IPv6 address hasn't changed. Current IPv6 address: 2001:db8:85a3:0:0:8a2e:370:7334
[2022/01/20 00:39:01 +0000][NOTICE] Logged out successfully!
$ ./update.php
[2022/01/20 00:40:10 +0000][NOTICE] =============================================
[2022/01/20 00:40:10 +0000][NOTICE] Running dynamic DNS client for netcup 3.0
[2022/01/20 00:40:10 +0000][NOTICE] This script is not affiliated with netcup.
[2022/01/20 00:40:10 +0000][NOTICE] =============================================

[2022/01/20 00:40:10 +0000][NOTICE] Logged in successfully!
[2022/01/20 00:40:10 +0000][NOTICE] Updating DNS records for domain "myfirstdomain.com"
[2022/01/20 00:40:10 +0000][NOTICE] Successfully received Domain info.
[2022/01/20 00:40:10 +0000][NOTICE] Successfully received DNS record data.
[2022/01/20 00:40:10 +0000][NOTICE] Updating DNS records for subdomain "subdomain1" of domain "myfirstdomain.com".
[2022/01/20 00:40:10 +0000][NOTICE] IPv4 address has changed. Before: 5.6.7.8; Now: 1.2.3.4
[2022/01/20 00:40:11 +0000][NOTICE] IPv4 address updated successfully!
[2022/01/20 00:40:11 +0000][NOTICE] IPv6 address has changed. Before: 2001:db8:85a3:0:0:8a2e:370:7334; Now: 2001:db8:85a3:0:0:8a2e:370:5123
[2022/01/20 00:40:11 +0000][NOTICE] IPv6 address updated successfully!
[2022/01/20 00:40:11 +0000][NOTICE] Updating DNS records for subdomain "subdomain2" of domain "myfirstdomain.com".
[2022/01/20 00:40:11 +0000][NOTICE] IPv4 address has changed. Before: 5.6.7.8; Now: 1.2.3.4
[2022/01/20 00:40:11 +0000][NOTICE] IPv4 address updated successfully!
[2022/01/20 00:40:11 +0000][NOTICE] IPv6 address has changed. Before: 2001:db8:85a3:0:0:8a2e:370:7334; Now: 2001:db8:85a3:0:0:8a2e:370:5123
[2022/01/20 00:40:11 +0000][NOTICE] IPv6 address updated successfully!
[2022/01/20 00:40:11 +0000][NOTICE] Updating DNS records for domain "myseconddomain.com"
[2022/01/20 00:40:11 +0000][NOTICE] Successfully received Domain info.
[2022/01/20 00:40:11 +0000][NOTICE] Successfully received DNS record data.
[2022/01/20 00:40:11 +0000][NOTICE] Updating DNS records for subdomain "@" of domain "myseconddomain.com".
[2022/01/20 00:40:11 +0000][NOTICE] IPv4 address has changed. Before: 5.6.7.8; Now: 1.2.3.4
[2022/01/20 00:40:12 +0000][NOTICE] IPv4 address updated successfully!
[2022/01/20 00:40:12 +0000][NOTICE] IPv6 address has changed. Before: 2001:db8:85a3:0:0:8a2e:370:7334; Now: 2001:db8:85a3:0:0:8a2e:370:5123
[2022/01/20 00:40:12 +0000][NOTICE] IPv6 address updated successfully!
[2022/01/20 00:40:12 +0000][NOTICE] Updating DNS records for subdomain "*" of domain "myseconddomain.com".
[2022/01/20 00:40:12 +0000][NOTICE] IPv4 address has changed. Before: 5.6.7.8; Now: 1.2.3.4
[2022/01/20 00:40:12 +0000][NOTICE] IPv4 address updated successfully!
[2022/01/20 00:40:12 +0000][NOTICE] IPv6 address has changed. Before: 2001:db8:85a3:0:0:8a2e:370:7334; Now: 2001:db8:85a3:0:0:8a2e:370:5123
[2022/01/20 00:40:12 +0000][NOTICE] IPv6 address updated successfully!
[2022/01/20 00:40:12 +0000][NOTICE] Logged out successfully!

If you have ideas on how to improve this script, please don't hesitate to create an issue or provide me with a pull request. Thank you!

About

A simple dynamic DNS client written in PHP for use with the netcup DNS API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%