You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# your proxy name will be changed to {user}.{proxy}
user = "test"
serverAddr = "1x.2x.1x.1x"
serverPort = 7000
loginFailExit = true
log.level = "debug"
log.disablePrintColor = true
udpPacketSize = 1500
[[proxies]]
name = "Webrtc"
type = "tcp"
localIP = "127.0.0.1"
localPort = 8010
remotePort = 8010
# If true, traffic of this proxy will be encrypted, default is false
transport.useEncryption = true
# If true, traffic will be compressed
transport.useCompression = true
# A literal address or host name for IPv6 must be enclosed
# in square brackets, as in "[::1]:80", "[ipv6-host]:http" or "[ipv6-host%zone]:80"
# For single "bindAddr" field, no need square brackets, like `bindAddr = "::"`.
bindAddr = "0.0.0.0"
bindPort = 7000
# Configure the web server to enable the dashboard for frps.
# dashboard is available only if webServer.port is set.
webServer.addr = "0.0.0.0"
webServer.port = 7500
webServer.user = "username"
webServer.password = "pwd"
When I run it on windows, how do I use the nginx reverse proxy and be accessible to the public network?
The text was updated successfully, but these errors were encountered: