Skip to main content

connect

Function connect 

Source
pub fn connect(
    py: Python<'_>,
    config_path: String,
    auth_key: Option<String>,
) -> PyResult<Bound<'_, PyAny>>
Expand description

Connect to tailscale using the specified config file and optional auth key.