【问题标题】:ngrok respond 503 codengrok 响应 503 代码
【发布时间】:2017-12-23 04:40:00
【问题描述】:

在服务器端我运行

./bin/ngrokd -domain="$NGROK_DOMAIN" -httpAddr=":8088" -httpsAddr=":8082" -tunnelAddr=":8083"

显示

[18:39:55 CST 2017/07/18] [INFO] (ngrok/log.(*PrefixLogger).Info:83) [registry] [tun] No affinity cache specified
[18:39:55 CST 2017/07/18] [INFO] (ngrok/log.(*PrefixLogger).Info:83) [metrics] Reporting every 30 seconds
[18:39:55 CST 2017/07/18] [INFO] (ngrok/log.Info:112) Listening for public http connections on [::]:8088
[18:39:55 CST 2017/07/18] [INFO] (ngrok/log.Info:112) Listening for public https connections on[::]:8082
[18:39:55 CST 2017/07/18] [INFO] (ngrok/log.Info:112) Listening for control and proxy connections on [::]:8083

在客户端我运行

./ngrok -subdomain=ym -config="ngrok-config" start tunnel1

显示

ngrok                                                                           (Ctrl+C to quit)

Tunnel Status                 online
Version                       1.7/1.7
Forwarding                    http://ym.t.kmic168.com:8088 -> 127.0.0.1:81
Web Interface                 127.0.0.1:4040
# Conn                        0
Avg Conn Time                 0.00ms  

我已经设置了 nginx 配置。

但是在浏览器上试试http://ym.t.kmic168.com:8088/

respond 503 code

请帮忙谢谢

【问题讨论】:

    标签: linux ngrok


    【解决方案1】:

    你必须为你的 ip 设置一个 A 记录,就像“*.t”一样

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-08-12
      • 2020-03-09
      • 2020-01-20
      • 2018-02-25
      • 1970-01-01
      • 2020-05-22
      • 1970-01-01
      • 2016-02-24
      相关资源
      最近更新 更多