DnsRelayRecord

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.

Constructors

Link copied to clipboard
constructor(target: String, priority: UInt, weight: UInt, ttlSeconds: UInt)

Properties

Link copied to clipboard

Unsigned URI-record priority.

Link copied to clipboard

WSS target URL.

Link copied to clipboard

Bounded DNS TTL.

Link copied to clipboard

Unsigned URI-record weight.