内容简介:发表于 2019-05-27 13:13:09 by月小升dashboard 可以远程看到
发表于 2019-05-27 13:13:09 by月小升
- frp内网穿透 公网访问本地web服务 (2019 年 5 月 26 日)
- frp安装教程 穿透SSH (2019 年 5 月 25 日)
- frp内网穿透简介 (2019 年 5 月 25 日)
dashboard 可以远程看到
的连接情况,方便我们了解整体的运行情况
服务器的common节点增加
dashboard_port = 7500
dashboard_user = admin
dashboard_pwd = admin
我的 frp s.ini
[common] bind_port = 7000 vhost_http_port = 82 dashboard_port = 7500 dashboard_user = admin #访问账户 dashboard_pwd = admin #访问密码
直接访问就好了。如果打出问题,注意服务器7500端口是否对外开放
http://test.java-er.com:7500
结果如图所示
当我的客户端连接上了服务器会详细的看到frp连接的情况
无特殊说明,文章均为月小升原创,欢迎转载,转载请注明本文地址,谢谢
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Iterative Methods for Sparse Linear Systems, Second Edition
Yousef Saad / Society for Industrial and Applied Mathematics / 2003-04-30 / USD 102.00
Tremendous progress has been made in the scientific and engineering disciplines regarding the use of iterative methods for linear systems. The size and complexity of linear and nonlinear systems arisi......一起来看看 《Iterative Methods for Sparse Linear Systems, Second Edition》 这本书的介绍吧!