Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dns/ddclient: Add Multihostname support for netcup #4268

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

Sduniii
Copy link

@Sduniii Sduniii commented Sep 29, 2024

This update enables support for multiple hostnames when using the Netcup provider for ddclient. As the documentation states:

"Hostname(s): A list of fully qualified domain names to update via the selected service, separated by commas. For example: subdomain.example.com."

Since ddclient provides a text field for multiple hostnames, I wanted to avoid creating each one individually. This enhancement allows the use of that property while also reducing the number of queries—for example, by performing only a single login.

The update is fully backward-compatible, ensuring that existing settings continue to work. I have tested it extensively, and it runs reliably.

This version improves readability, removes redundancy, and makes the explanation more natural and professional. 🚀

closes #3966

@Sduniii Sduniii changed the title dns/ddclient: Add Multihostname support dns/ddclient: Add Multihostname support for netcup Sep 29, 2024
@Sduniii Sduniii closed this Sep 29, 2024
@Sduniii Sduniii reopened this Sep 29, 2024
@Sduniii
Copy link
Author

Sduniii commented Feb 5, 2025

"Not interested in the improvement?"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

ddclient: netcup only supports one level subdomain
1 participant