Dns Relay Record
data class DnsRelayRecord(val target: String, val priority: UInt, val weight: UInt, val ttlSeconds: UInt)
One authenticated DNS relay record supplied by Android.
Android owns DNS transport and DNSSEC validation. Set dnsAuthenticated to true during reconciliation only when that validation succeeded.