serverAddr = "43.155.152.66" serverPort = 7000 auth.token = "12345678" [[proxies]] name = "nas-ssh" type = "tcp" localIP = "127.0.0.1" localPort = 22 remotePort = 6000 # 配置了subdomain, 那么访问域名为: nas.frp.wcoder.com:7080, {subdomain}.{subdomainHost}:{vhostHTTPPort},subdomainHost是frps的配置 # 当配置了customDomains, remotePort没有用, 会使用frps的配置 vhostHTTPPort = 8080 ; customDomains = ["nas.wcoder.com"] [[proxies]] name = "nas-web" type = "http" localIP = "127.0.0.1" localPort = 8000 subdomain = "nas" [[proxies]] name = "plugin_http_proxy" type = "tcp" remotePort = 8889 [proxies.plugin] type = "http_proxy" httpUser = "abc" httpPassword = "abc"