dns: introduce AddrRecord{} to abstract A/AAAA entries

Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
2023-09-11 23:26:47 +00:00
parent 67e27b7f01
commit 60d3a5f650
4 changed files with 43 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
// Package dns manages DNS entries for the cluster
package dns