我在公网上搭建了一个 frps ,假设 IP 地址是 118.118.118.118 ,其中vhostHTTPPort是 8080 。
然后我在 frpc 配置了一个 Web 服务:
[[proxies]]
name = "web"
type = "http"
localIP = "127.0.0.1"
localPort = 8000
customDomains = ["118.118.118.118"]
这时候能够通过118.118.118.118:8080直接访问。我想在本地再搭建另外一个 Web 服务,使用不同的本地端口。那么应该如何配置 frp 呢?