Code Monkey home page Code Monkey logo

Comments (7)

stecklars avatar stecklars commented on May 30, 2024 2

Hi there,

Thanks for using my script.

At the moment, both use cases you mention aren‘t implemented, but I‘ll work on it soon.

For both cases it might be possible to use a CNAME record, so that the subdomain is linked to another domain. Please note however that you must not create a CNAME on the main domain (without a subdomain, for example mydomain.de) and no other records for a subdomain that has a CNAME may exist.

A config like this might look like the following in the netcup CCP:

mydomain.de:

Host | Type | MX | Destination
dyndns | A | | [Your IP, Managed by the script]
anothersubdomain | CNAME | | dyndns

mydomain2.de:

Host | Type | MX | Destination
dyndns | CNAME | | dyndns.mydomain.de

If you can‘t use a CNAME (for example because you want to use it on the main domain without subdomain or you want to have additional records for the subdomain) then I would just run multiple instances of the script, as suggested by you. I‘ll implement support for this soon probably though.

Let me know if this helps. I‘ll keep this issue open to track progress of implementing this.

from dynamic-dns-netcup-api.

stecklars avatar stecklars commented on May 30, 2024 2

This feature is now provided in the newest release 3.0:
https://github.com/stecklars/dynamic-dns-netcup-api/releases/tag/v3.0

from dynamic-dns-netcup-api.

MoriarT3a avatar MoriarT3a commented on May 30, 2024 1

Hi Lars,
I hope you'll work on this again. It were beautyfull if the script setzt Wildcard ("*") and Domain Root ("@") at the same time.
Or is it implemented and I didn't get it?

Greetings!

from dynamic-dns-netcup-api.

MrJackJonesIII avatar MrJackJonesIII commented on May 30, 2024

Oh and while testing I am wondering how to set up multiple subdomains on the same domain as well... Going for:
aaa.bbbbb.de
bbb.bbbbb.de

from dynamic-dns-netcup-api.

MrJackJonesIII avatar MrJackJonesIII commented on May 30, 2024

Ok, cool. Thank you! Let me know if I can help with testing. I'll go with your cname solution in the meantime.

from dynamic-dns-netcup-api.

nik15225 avatar nik15225 commented on May 30, 2024

Hi. Thank You for your Script. Please let us know, when it will be possible to add MX entrys

from dynamic-dns-netcup-api.

stecklars avatar stecklars commented on May 30, 2024

Hi. Thank You for your Script. Please let us know, when it will be possible to add MX entrys

@nik15225 I am not sure, why this would be necessary. MX records always point to a domain, not an IP address. You would therefore set my script to work on a subdomain, for example mail.yourdomain.com and then point the MX of the domain of your choice to mail.yourdomain.com.

from dynamic-dns-netcup-api.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.