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

Suggestion: Provide constants for Hetzner nameservers #27

Open
ThomasLandauer opened this issue May 20, 2021 · 2 comments
Open

Suggestion: Provide constants for Hetzner nameservers #27

ThomasLandauer opened this issue May 20, 2021 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ThomasLandauer
Copy link
Contributor

I just created this in my .ts file:

locals {
    hetzner_ns1 = "helium.ns.hetzner.de."
    hetzner_ns2 = "hydrogen.ns.hetzner.com."
    hetzner_ns3 = "oxygen.ns.hetzner.com."
}

And besides asking myself if this is really the "correct" way to do it ;-) - The more important question is: I guess everybody doing DNS with Hetzner will need those nameservers, so is there a way you could distribute those values right inside the provider?

@timohirt
Copy link
Owner

Valid point! The names are more or less fixed or at least they don't change frequently.

This project is open for contributions and I would assist with the PR :-)

@timohirt timohirt added enhancement New feature or request help wanted Extra attention is needed labels Jan 18, 2022
@ThomasLandauer
Copy link
Contributor Author

Sorry, but my knowledge of Go is zero ;-)
But if somebody else creates the first name server, I'm sure I could copy-paste the two others... lol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants