pub async fn list_allowed<C: AccessListRead + ?Sized>(
client: &C,
) -> Result<Value>Expand description
List manually allowed DNS domains through a vendor-neutral access-list reader.
ยงErrors
Returns any error reported by the selected DNS backend.