0
点赞
收藏
分享

微信扫一扫

frp自己搭建内网映射

i奇异 2022-10-09 阅读 72


地址:
​​​https://github.com/fatedier/frp/tags​​​​https://gofrp.org/docs/features/http-https/subdomain/​​

1、下载
2、修改配置
frps.ini

[common]
bind_port=17000
vhost_http_port=18000
subdomain=adleytales.com
;auth
authentication_method=token
authenticate_new_work_conns=true
token=xxxxxx

frpc.ini

[common]
server_addr=10.x.x.x ;公网ip
server_port=17000
;auth
authentication_method=token
authenticate_new_work_conns=true
token=xxxxxx

[web_adleytales_test]
type=http
local_port=8080
subdomain=test

配置本地hosts

这样我就可以通过 test.adleytales.com:18000 访问了


举报

相关推荐

0 条评论