1.frp 代理搭建
服务器
[common]
bind_port = 7000
vhost_http_port = 80
dashboard_port = 7500
dashboard_user = admin
dashboard_pwd = admin
- 启动命令
nohup ./frps -c ./frps.ini &
2. 客户端
[common]
server_addr = 47.104.229.92
server_port = 7000
[web]
type = http
local_port = 80
custom_domains = www.qmstyle.top
- 启动命令
frpc.exe -c ./frpc.ini