下载后运行以后出来的结果是这样的,怎么做?

来源:4-1 java公众号开发环境准备

qq_救赎_2

2016-11-02 11:26


   ngrok - tunnel local ports to public URLs and inspect traffic

DESCRIPTION:
    ngrok exposes local networked services behinds NATs and firewalls to the
    public internet over a secure tunnel. Share local websites, build/test
    webhook consumers and self-host personal services.
    Detailed help for each command is available with 'ngrok help <command>'.
    Open http://localhost:4040 for ngrok's web interface to inspect traffic.

EXAMPLES:
    ngrok http 80                    # secure public URL for port 80 web server
    ngrok http -subdomain=baz 8080   # port 8080 available at baz.ngrok.io
    ngrok http foo.dev:80            # tunnel to host:port instead of localhost
    ngrok tcp 22                     # tunnel arbitrary TCP traffic to port 22
    ngrok tls -hostname=foo.com 443  # TLS traffic for foo.com to port 443
    ngrok start foo bar baz          # start tunnels from the configuration file

VERSION:
   2.1.18

写回答 关注

2回答

  • 猿学
    2016-12-04 17:07:03

    怎么解决的??

  • qq_救赎_2
    2016-11-02 11:33:47

    已解决,不好意思了

    何慧慧

    请问,你是怎么解决这个问题的呀?

    2017-09-20 00:16:17

    共 1 条回复 >

初识Java微信公众号开发

Java微信公众号开发的入门教程,掌握微信公众号基本概念

158318 学习 · 684 问题

查看课程

相似问题