fernwerker / ownDynDNS

Self-hosted dynamic DNS php script for FRITZ!Box and netcup DNS API
GNU General Public License v3.0
138 stars 35 forks source link

DNS-record is needed before testing the script #6

Closed goermezer closed 5 years ago

goermezer commented 5 years ago

The script can only update existing records. You first have to create the DNS record in customer control panel at Netcup. Then you can install and execute the script.

Otherwise it simply prints: dns recordset NOT updated (no changes)

fernwerker commented 5 years ago

Yes. That’s the intended behavior as written in the Readme: „Create each host record in your netcup CCP before using the script. The script does not create any missing records.“

So in case of misconfigurarion or something the script does not overload the api with record creation.

tefracky commented 5 years ago

Hello, which DNS record has to be created?

fernwerker commented 5 years ago

The one you want to run your dynamic host on.

tefracky commented 5 years ago

Okay, so lets say I have a domain test.de I want to redirect to my Fritzbox. Which DNS records have to be created exactly at the CCP?

fernwerker commented 5 years ago

Well, I didn't design the script for second level but more for third level domains. It might work with second level as well, but you might have to check on it. The entry would be the "@" entry within CCP.

tefracky commented 5 years ago

No problem, I could also use a domain sub.test.de. Which DNS records have to be created then?

fernwerker commented 5 years ago

An A record for IPv4 and an AAAA for IPv6