pub async fn run(
    addr: impl Into<SocketAddr> + 'static,
    proxy_list: Vec<String>
) -> Result<(BootstrapDriver, SocketAddr), String>