We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe70eca commit d97a42fCopy full SHA for d97a42f
1 file changed
start.sh
@@ -244,6 +244,7 @@ if [ ! -f "/frps.toml" ]; then
244
cat <<EOF >/frps.toml
245
bindAddr = "${FRP_HOST}"
246
bindPort = ${FRP_PORT}
247
+proxyBindAddr = "127.0.0.1"
248
249
transport.tls.force = true
250
transport.tls.certFile = "/certs/frp/server.crt"
@@ -269,6 +270,7 @@ EOF
269
270
271
272
273
274
275
transport.tls.force = false
276
0 commit comments