http://mf34jlghauz5pxjcmdymdqbe5pva4v24logeys446tdrgd5lpsrocmqd.onion/tutorials/over_the_river.html
< /h1 > " print ( ' * Connecting to tor ' ) with Controller . from_port () as controller : controller . authenticate () # Create a hidden service where visitors of port 80 get redirected to local # port 5000 (this is where Flask runs by default). response = controller . create_ephemeral_hidden_service ({ 80 : 5000 }, await_publication = True ) print ( " * Our service is available at %s .onion, press ctrl+c to quit " % response . service_id ) try : app . run () finally : print ( " *...