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

possible to create multiple NS records without import? #312

Closed
chrismccoy opened this issue Feb 19, 2021 · 6 comments
Closed

possible to create multiple NS records without import? #312

chrismccoy opened this issue Feb 19, 2021 · 6 comments

Comments

@chrismccoy
Copy link

I know i can do replace, then append for the 2nd server, is there another way not using import?

@barnybug
Copy link
Owner

See rrcreate.

@chrismccoy
Copy link
Author

can only create 1 ns record, not mutiple nameserver records, unless im missin sometnhing

@chrismccoy
Copy link
Author

bascialy im creating zones for my own delegation set, so on creation, im replacing the 4 amazon dns servers with my own, and im currently doing it via replace for the first, and append for the other 3. was curious if there was a way to do all 4 on the orignal rrcreate --replace

@chrismccoy
Copy link
Author

was able to figure it out by passing mutiple in 1 line

cli53 rrcreate --replace $domain "@ 60 IN NS $dns1." "@ 60 IN NS $dns2." "@ 60 IN NS $dns3." "@ 60 IN NS $dns4."

@barnybug
Copy link
Owner

Great. A 'thank you' doesn't go amiss either :-)

@chrismccoy
Copy link
Author

Great. A 'thank you' doesn't go amiss either :-)

thanks :)

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

No branches or pull requests

2 participants