pub async fn main_test(
bridge_lines: Vec<String>,
obfs4_path: &str,
) -> Result<(HashMap<String, BridgeResult>, HashMap<String, Arc<Channel>>), Error>
Expand description
Main function to unite everything together
In summary,
-
Create the common
TorClient
which will be used for every connection -
Give test_bridges() the bridge lines
-
Return the results