首先在首页| OpenFrp管理面板开通两个香港线路,都对应这本地的2086端口(即放置halo博客的端口),两个线路分别穿透http和https流量。 下载openfrp的linux客户端,写一个frpc.ini文件,和下载的客户端放在一个目录中,frpc.ini的内容如下: [common] #这部分的配置需要根据自己开通的隧道在openfrp的配置面板获取 [http_...
版本:frp_0.34.3_linux_amd64目录frps部署于公网服务器上,frpc部署于内网服务器上一.给本地HTTP服务启动HTTPS1.Frps端配置:2.Frpc端配置:3.nginx配置:二、使用frp实现内网服务器的点对点穿透:frps部署于公网服务器上,frpc部署于内网服务器上一.给本地HTTP服务启动HTTPS1.Frps端配置:[common] bind_port = 7 ...
remote_port = 6001[dns] type = udp local_ip = 114.114.114.114 local_port = 53 remote_port = 6002 use_encryption = false use_compression = false#http或者https模式主要针对于虚拟主机,访问的取决于frps.ini文件中的vhost_http_port设置 [web01] type = http local_ip = 127.0.0.1 local_port = ...
版本:frp_0.34.3_linux_amd64目录frps部署于公网服务器上,frpc部署于内网服务器上一.给本地HTTP服务启动HTTPS1.Frps端配置:2.Frpc端配置:3.nginx配置:二、使用frp实现内网服务器的点对点穿透:frps部署于公网服务器上,frpc部署于内网服务器上一.给本地HTTP服务启动HTTPS1.Frps端配置:[common] bind_port = 7 ...
错误原因为You're speaking plain HTTP to an SSL-enabled server port 如果看到上述错误,请关掉自动 HTTPS 功能然后重启 frpc,然后大概就可以用了。 配置方法 打开这个功能很简单,只要开一个开关就可以了,剩下的 frpc 都会自动处理: 编辑隧道并在自动 HTTPS处选择自动(或者启用, 或者输入需要加载证书的域名) ...
vhost_http_port=10080vhost_https_port=10443# 此设置需要配合客户端设置,仅在穿透到内网中的 http 或 https 时有用(可选) # 假设此项设置为 example.com,客户端配置 http 时将 subdomain 设置为 test, # 则你将 test.example.com 解析到服务端后,可以使用此域名来访问客户端对应的 http ...
# If you want to support virtual host, you must set the http port for listening (optional) # 如果要支持虚拟主机,必须设置 http 端口进行监听(可选) #Note:http port and https port can be same with bindPort vhostHTTPPort = 80 vhostHTTPSPort = 443 ...
vhost_http_port = 80 vhost_https_port = 443 # 可选的,如果要支持虚拟主机,必须设置HTTP端口。 # 注意:http端口和https端口可以与 bind_port 相同。 # vhost_http_timeout = 60 # 虚拟主机HTTP服务器的响应标头超时(秒),默认值为 60。 # tcpmux_httpconnect_port = 1337 ...
New disable_log_color configure to disable console log color. Plugin https2http support attatch headers by plugin_header_ prefix. Change Provide a high-level Go API. Fix max_pool_count is invalid. Judge error between IPv4 and IPv6 in proxy protocol ...
type= http#http协议 local_ip = 192.168.2.1#软路由IP地址 local_port = 80#软路由默认端口remote_port = 43389 #远程端口/服务器端端口,确保端口已放行 5.启动frpc客户端,在frpc文件夹下执行: 1 frpc.exe -c ./frpc.ini 6.客户端启动起来后,可以在管理界面看到刚才配置的已经连接的TCP的3个条目,status...