pub fn connect( py: Python<'_>, config_path: String, auth_key: Option<String>, ) -> PyResult<Bound<'_, PyAny>>
Connect to tailscale using the specified config file and optional auth key.