Loading...
为了保证frp的稳定运行,因此使用supervisor进行进程守护。一. 安装supervisorapt install supervisor -y二. 配置supervisor创建supervisor配置文件vim /etc/supervisor/conf.d/frps.conf内容如下:[program:frps] command = /root/frp/frps -c /root/fr...
一般linux服务器搭建ssh访问即可,但是win的话,个人还是习惯通过远程桌面进行访问操作。一、由frp服务器进行转发直接上配置:frps:[common] bind_port = 7000frpc:[common] server_addr = x.x.x.x #服务器公网ip server_port = 7000 [rdp] type = tcp local_ip = 127.0.0....
主要是记录其中困扰我许久的一个坑,就是宝塔面板上nginx配置websocket。环境:win10(内网/frpc)+ Ubuntu(公网/frps)宝塔面板一、jupyter远程访问(翻归档)二、frp配置仅写最简配置,更多可参见frp官方文档frps:[common] bind_port = 7000 vhost_http_port = 8080frpc:[common] server...