1.确认配置文件bind的ip是否正确,一般想要外网能访问,需要填写为0.0.0.0,表示监听任何ip 注意任何人都能访问,一定要开启密码 requirepass 你的密码 2.确认protected-mode 是否为 no 3.修改完配置文件后重启Redis service redis restart 4.确认防火墙是否开启 service iptables status 5.如果是开启状态关闭,再进行尝试 service iptables stop 如果可以连接,表示防护墙规则有问题 6.检…
一 什么是ngrok ngrok is a reverse proxy that creates a secure tunnel from a public endpoint to a locally running web service. ngrok captures and analyzes all traffic over the tunnel for later inspection and replay. ngrok是一个反向代理,可以从公网建立一个安全隧道到本地的web服务.ngr…