frp 如何使用 http 穿透多个 Web 服务?

29次阅读

共计 268 个字符,预计需要花费 1 分钟才能阅读完成。

frps.toml

bindPort = 7000

vhostHTTPPort = 8000

frpc.toml

serverAddr = "a.jd.xyz"
serverPort = 7000


[[proxies]]
name = "jellyfin"
type = "http"
localPort = 8096
customDomains = ["b.jd.xyz"]

[[proxies]]
name = "alist"
type = "http"
localPort = 5244
customDomains = ["c.jd.xyz"]

配置完成后 alist 不生效,网上找了一圈,说是要配置 nginx?

正文完
 0