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 ?
1
PhDLuffy 236 天前
子域名全部需要设置解析 ip
|