http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/interop_asyncio.html
We have three other # options: # - select a random, unused one ourselves # - put "ports=[80]" below, and find out which port txtorcon # selected after # - use a Unix-domain socket # we create a Tor onion service on a specific local TCP port print ( "Creating onion service" ) onion = await tor . create_onion_service ( ports = [ ( 80 , 1234 ) # 80 is the 'public' port, 1234 is local ], private_key =...