Relay Catalog Entry
data class RelayCatalogEntry(val url: String, val createdAt: Long, val isActive: Boolean, val source: RelayCatalogSource, val isDnsDiscovered: Boolean, val isUserExcluded: Boolean, val dnsPriority: Int, val dnsWeight: Int, val dnsExpiresAt: Long)
One persisted relay catalog row.
Properties
Link copied to clipboard
Absolute expiration or -1 when absent.
Link copied to clipboard
URI-record priority or -1 when absent.
Link copied to clipboard
Whether authenticated current DNS contains the URL.
Link copied to clipboard
Whether the user excluded this automatic URL.
Link copied to clipboard
Automatic discovery or explicit user configuration.