Conversation
There was a problem hiding this comment.
No, this is correct as-is; calling SetRecords only on records with names a.example.com. should not affect records with names b.example.com.. But I do see how you could easily miss that the first three lines are for a different domain than the last two lines since there's only a single-character difference between them.
Could you please replace the names a.example.com. and b.example.com. with either one.example.com. and two.example.com. or alpha.example.com. and beta.example.com. (your choice). That should hopefully make this clearer for future users. Thanks!
SetRecords example/docSetRecords example/doc
|
Ahh yep completely missed the a/b part! Thanks for pointing that out. |
mholt
left a comment
There was a problem hiding this comment.
Thanks both! I like legibility. 🤓
From my understanding the example is wrong, SetRecords should "overwrite" ::3 and ::4 (like it does for the A record above)