How to create additional records for the same subdomain #119
Answered
by
trizz
zappiehost
asked this question in
Q&A
-
I read on
With this in mind, what is the best practice if we have an existing subdomain foo.bar.bz 1.2.3.4 and we want to add a second |
Beta Was this translation helpful? Give feedback.
Answered by
trizz
Dec 12, 2022
Replies: 1 comment 2 replies
-
You need to append the new record to the existing one by retrieving it first, update the contents and save it. You can look at the example in this issue for exactly the same use case. It does what you want, but with a NS record. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
robbinjanssen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to append the new record to the existing one by retrieving it first, update the contents and save it. You can look at the example in this issue for exactly the same use case. It does what you want, but with a NS record.