pub fn connect(
py: Python<'_>,
key_file_path: Option<String>,
auth_key: Option<String>,
control_server_url: Option<String>,
hostname: Option<String>,
tags: Option<Vec<String>>,
keys: Option<Keystate>,
) -> PyResult<Bound<'_, PyAny>>Expand description
Connect to tailscale using the specified parameters.