http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/interop_asyncio.html
Application () app . add_routes ([ web . get ( '/' , get_slash ) ]) return app async def _main ( reactor ): if False : print ( "launching tor" ) tor = await txtorcon . launch ( reactor , progress_updates = print ) else : tor = await txtorcon . connect ( reactor , UNIXClientEndpoint ( reactor , "/var/run/tor/control" ), ) print ( "Connected to tor {} " . format ( tor . version )) # here, we've just chosen 1234 as the port. We have three other # options: # - select a random, unused one...