内网穿透工具 frp使用

详情见

https://github.com/fatedier/frp/blob/master/README_zh.md#%E6%9E%B6%E6%9E%84

下载地址

https://github.com/fatedier/frp/releases

例子:

client:  

frpc.ini   

[common]
server_addr = 122.51.9.11
server_port = 8088

[web]
type = http
local_port = 7001
custom_domains = my.com

server

frpcs:

[common]
bind_port = 8088
vhost_http_port = 80

注意: 需要在服务器端安装golang

posted @ 2019-12-11 15:28  不知不觉、  阅读(200)  评论(0编辑  收藏  举报