We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5513f commit 151ca0dCopy full SHA for 151ca0d
start.sh
@@ -12,6 +12,7 @@ if [ -n "$HP_SHARED_KEY" ]; then
12
cat <<EOF > /frpc.toml
13
serverAddr = "$HP_FRP_ADDRESS"
14
serverPort = $HP_FRP_PORT
15
+loginFailExit = false
16
17
transport.tls.enable = true
18
transport.tls.certFile = "/certs/frp/client.crt"
@@ -34,6 +35,7 @@ EOF
34
35
36
37
38
39
40
transport.tls.enable = false
41
0 commit comments