guopengfa
发布于 2021-05-31 / 584 阅读 / 0 评论 / 0 点赞

frp的使用

客户端frpc.ini配置一个HTTP服务

[common]
server_addr = <server_host>
authentication_method = token
token = <password>
server_port = <port>
tls_enable = true

[dis_web]
type = http
local_ip = 127.0.0.1
local_port = 80
remote_port = 24000
custom_domains = xxxx.guopengfa.cn

运行服务:

frpc.exe -c frpc.ini

评论