Skip to content

Plumb HS client connections through down to tor-hsclient

Ian Jackson requested to merge Diziet/arti:hsplumb into main

With this, I can run arti and reach the todo!() in tor-hsclient/src/connect.rs, by running

nailing-cargo build -p arti --features=full,onion-service-client
target/debug/arti -l debug proxy
curl --socks5-hostname localhost:9150 https://www.2gzyxa5ihm7nsggfxnu52rck2vv4rvmdlkiu3zzui5du4xyclen53wid.onion/

Merge request reports