【发布时间】:2021-07-09 02:54:19
【问题描述】:
当我尝试使用./ngrok tcp 25565 时,该区域会转到默认(美国)区域并转发端口(x.xxx.ngrok.io:xxxxx)。
所以我将地区更改为离我的国家最近的地区,即亚洲,所以我使用了命令
./ngrok tcp -region=ap 25565。它在所述区域启动 tcp,但不转发端口(而不是 x.xxx.ngrok.io:xxxxx 我得到 x.xxx.ngrok.io:xx)
this is what happens when i run it
我不知道拥有 2 位端口是否与拥有 5 位端口相同,但我使用的是我的世界服务器,唯一有效的 ip 是 (x.xxx.ngrok.io:xxxxx)一个。
【问题讨论】:
标签: ngrok