frp代理本地网页

下载地址

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

 

配置

frps.ini配置如下 
[common]
bind_port = 19009
dashboard_port = 19008
dashboard_user = admin
dashboard_pwd = admin@tl
token = sdsasfasewr3fesdf
vhost_http_port = 19007

frpc.ini配置如下 
[common]
server_addr = 8.210.x.x
server_port = 19009
token = sdsasfasewr3fesdf

[web]
type = http
local_ip = 127.0.0.1
local_port = 9980
custom_domains = 8.210.103.156

说明

8.210.x.x是我的外网地址
本地访问 http://127.0.0.1:9980/oom/4.jpg
外网访问 http://8.210.x.x:19007/oom/4.jpg
posted @ 2025-07-18 16:13  wujf  阅读(18)  评论(0)    收藏  举报