ngrok

How to keep ngrok running even when signing off of a server

十年热恋 提交于 2020-12-28 21:01:12
问题 I have ngrok running on a server I remote into. I start it by using the obvious, ngrok.exe http 80 . The problem is that when I sign off on that particular server, ngrok will close out and I will lose my tunnel. Is there a way I can keep the ngrok tunnel running even when I have signed off the machine? I understand if the machine is shut down there is nothing I can do to keep the tunnel running, that is obvious. Any ideas? Thanks in advance. 回答1: As you've said If the machine is shutdown

cannot connect to socket.io server in client side using ngrok

别来无恙 提交于 2020-12-13 04:55:05
问题 I'm trying to connect to the socket server in react-native, I'm using ngrok and it's the log when the mobile app running HTTP Requests ------------- POST /io/webrtc/ 400 Bad Request GET /io/webrtc/ 200 OK { "code": 2, "message": "Bad handshake method" } although the Web app , it works very well! Code snippet Server.js const express = require('express'); let io = require('socket.io')({ path: '/io/webrtc', }); const app = express(); const port = 8080; //https://expressjs.com/en/guide/writing

cannot connect to socket.io server in client side using ngrok

纵然是瞬间 提交于 2020-12-13 04:54:10
问题 I'm trying to connect to the socket server in react-native, I'm using ngrok and it's the log when the mobile app running HTTP Requests ------------- POST /io/webrtc/ 400 Bad Request GET /io/webrtc/ 200 OK { "code": 2, "message": "Bad handshake method" } although the Web app , it works very well! Code snippet Server.js const express = require('express'); let io = require('socket.io')({ path: '/io/webrtc', }); const app = express(); const port = 8080; //https://expressjs.com/en/guide/writing

Rails: Before process_action callback :authenticate_user! has not been defined

百般思念 提交于 2020-12-02 06:39:52
问题 I'm creating a rails app that includes devise. I'm trying to add Twilio messaging to my site with Ngrok, i used this tutorial: https://www.twilio.com/blog/2016/04/receive-and-reply-to-sms-in-rails.html I was able to open Ngrok in the console and get the web-id they give for my url. I keep getting this error when I plug the url into my browser ..I'm supposed to get to my own rails local app. Not sure whats wrong. What I added in my messaging controller made for ngrok: class MessagesController

常用内网端口映射服务网站

a 夏天 提交于 2020-12-01 13:25:27
常用 https://gofrp.org/ frp 是一个高性能的反向代理应用,可以帮助您轻松地进行内网穿透,对外网提供服务,支持 tcp, http, https 等协议类型,并且 web 服务支持根据域名进行路由转发。 http://wendal.cn Nutz社区提供的ngrok服务,详细访问 https://nutz.cn/yvr/t/33b68q9106imspallbj4c6aa0p http://www.mofasuidao.cn/ 拥有魔法隧道,让你穿越世界,引领「内网穿透」潮流,为世界带来美好的改变 http://natapp.cn/ http://ngrok.io == http://ngrok.com http://ngrok.2bdata.com/ http://www.ngrok.cc/ http://www.nat123.com/ 路由侠 http://www.luyouxia.com/ WeNAT https://www.wezoz.com/ http://u.tools/ 插件中心-安装内网穿透。效率挺快 曾经可用,已停止服务的 http://qydev.com/ http://www.ymgy.org/ http://blog.qqbrowser.cc/ ==================================== http://hsk

微信开发学习总结(三)——开发微信公众号的最基本功能——普通消息的接收和回复

喜夏-厌秋 提交于 2020-11-24 14:21:54
在上篇《 微信开发学习总结(二)——微信开发入门 》我们介绍了微信公众平台的基本原理,如何接入微信公众号,如何保持access_token的长期有效性以及进行了简单的文本消息测试,本篇再来具体细说一如何实现微信公众号的最基本功能:普通消息的接收和回复。 一、微信公众平台消息管理接口介绍   要实现微信公众号的普通消息的接收和回复,我们需要先熟悉微信公众平台API中消息接口部分, 点此进入 ,点击后将进入到【消息管理】部分,如下图所示:      对于普通消息的接收和回复我们只需要关注上图中的"接收消息——接收普通消息"和"发送消息——被动回复消息" 1.1、消息接收   先来说说接收消息, 当普通微信用户向公众账号发消息时,微信服务器会先接收到用户发送的消息,然后将用户消息按照指定的XML格式组装好数据,最后POST消息的XML数据包到开发者填写的URL上。   接收到的普通消息的消息类型目前有以下几种:   1 文本消息   2 图片消息   3 语音消息   4 视频消息   5 小视频消息   6 地理位置消息   7 链接消息   每一种消息类型都有其指定的XML数据格式,这7种消息的xml格式请到 官方文档 查看,有具体的格式定义和属性说明。格式很简单,基本 共有属性包括ToUserName、FromUserName、CreateTime、MsgType、MsgId

没有公网IP?使用Ngrok将局域网服务映射到公网

梦想的初衷 提交于 2020-10-23 17:47:46
这篇文章将为大家介绍ngrok,如何安装,配置以及在什么场景下需要使用ngrok。在没有使用过Ngrok之前,您可能会遇到过这样一些情况 你需要向客户演示你们正在研发的项目,所以你要求开发人员帮助你,在你的资源有限的笔记本电脑上部署一套用于给客户演示的环境。当下一次另一个同事需要去为客户演示的时候,同样的事情又要重做一遍。 您如果作为一个移动应用的后端服务开发者,与移动应用的前端开发者组成一个远程团队。你需要帮助前端开发者,在他的网络内部署一套用于测试的环境。由于前端开发者不具备后端技术栈,所以你们之间关于后端测试环境的沟通成本极高。 所有的这一切问题,只要您有一个固定的公网ip就可以解决了,将后端服务暴露在公网ip上,在互联网的任何位置都可以被访问到。但是我们都知道固定的公网ip价格是很贵的,根据带宽的不同,每年的费用从万元到几十万元不等。如果只是为了演示、测试、及研发环境等网络共享的问题,完全没有必要申请固定的公网ip。 那么有没有什么替代的方案呢?当然就是我们这篇文章的主角:Ngrok。 一、什么是Ngrok? Ngrok是Alan Shreeve开发的应用程序,使开发人员可以将其本地开发服务公开到Internet上。它会创建一条通往本地开发服务器的网络,并生成两个随机的子域名-一个 http 一个是 https 。使用这些生成的域名地址,只要本地服务保持正常运行

好用的内网穿透工具合集

喜你入骨 提交于 2020-10-01 03:16:00
本文转载自微信公众号「Bypass 」,作者Bypass 。转载本文请联系Bypass公众号。 在***过程中,我们需要快速实现内网穿透,从而绕过网络访问限制,直接从外网来访问内网。今天,我们来推荐几款非常好用的内网穿透工具,如有其它推荐,欢迎补充和指正。 1、ngrok ngrok 是一个反向代理,通过在公共的端点和本地运行的 Web 服务器之间建立一个安全的通道。 官网地址: https://ngrok.com 使用步骤: (1)进入ngrok官网注册账号,并下载ngrok。 (2)在目标机器上,填写授权码,运行ngrok。 ./ngrok authtoken 授权码 (3)将HTTP隧道转发到本地端口80,如下图,通过外网域名即可访问到本地80端口。 ./ngrok http 80 2、frp frp 是一个高性能的反向代理应用,可以帮助您轻松地进行内网穿透,对外网提供服务,支持 tcp, http, https 等协议类型,并且 web 服务支持根据域名进行路由转发。 git项目地址: https://github.com/fatedier/frp 使用步骤: (1)将 frps 及 frps.ini 放到有公网 IP 的机器上,修改frps.ini文件,配置一个名为ssh的反向代理: # frps.ini [common] bind_port = 7000 [ssh]

微信开发直接访问本地调试

早过忘川 提交于 2020-08-17 21:33:44
一、官网下载使用ngrok 1、下载你的版本: https://ngrok.com/ 例:我下载的windows64位版本的。 2、(windows版)解压后双击运行。 3、注册帐号:还是在首页找到注册入口 4、注册成功后的页面会有几个步骤提示,在window 我是这么干的: A、在刚刚 运行 的窗口输入: ngrok authtoken 7DpRFoHtayjM2SWexJtsr_7Kze......hJt5p (后面这一串要写你的注册码,注册成功页面上有。) 回车 B、继续输入运行:ngrok http 8080 回车,现在能看到你的域名了。 5、 http://localhost:4040/ 这是查看域名使用情况的地址,比如访问数据等。首次进入的时候没什么内容,显示了你的域名,点击后这个页面就有数据了。 6、可以自定义域名, https://ngrok.com/docs ,自己翻译着看吧,我就先这么着了,有点懒。或者你研究完,告诉我设置的命令吧,嘿嘿... 二、使用破解版 1、下载附件 http://down.51cto.com/data/2257292 2、解压 3、从“运行”--输入cmd ---命令界面进入解压目录 4、输入命令:ngrok -config=ngrok.cfg -subdomain ceshi 8080 (“ceshi”是自定义的域名,“8080