pub async fn add_allowed<C: AccessListWrite + ?Sized>(
client: &C,
domain: &str,
) -> Result<Value>Expand description
Add a domain to the allowed list through a vendor-neutral access-list writer.
ยงErrors
Returns any error reported by the selected DNS backend.