pub async fn get_settings_unredacted<C: SettingsRead + ?Sized>(
client: &C,
) -> Result<Value>Expand description
Get DNS server settings without redacting sensitive fields.
Use only for explicit user-facing opt-in paths.
ยงErrors
Returns any error reported by the selected DNS backend.