01 2021 档案
摘要:用一个frps连接多个frpc,原理上多个frpc和frps绑定同一个端口,但是多个frpc用不同的remote_port连接。 云服务器frps.ini [common] bind_port = 7000 vhost_http_port = 8000 dashboard_addr = 0.0.0.
阅读全文
摘要:frp下载地址https://github.com/fatedier/frp/releases 1.配置服务器环境 在阿里云下载安装frp cd /varwget https://github.com/fatedier/frp/releases/download/v0.35.0/frp_0.35.0
阅读全文
摘要:rails5.1版本前用法: You can send plain text – with no markup at all – back to the browser by using the :text option to render: render :text => "OK" rails5.
阅读全文