feat: add example
This commit is contained in:
parent
e66e77cb8f
commit
fc97974c8c
@ -22,6 +22,14 @@ kcpBindPort = 7000
|
|||||||
# transport.quic.maxIdleTimeout = 30
|
# transport.quic.maxIdleTimeout = 30
|
||||||
# transport.quic.maxIncomingStreams = 100000
|
# transport.quic.maxIncomingStreams = 100000
|
||||||
|
|
||||||
|
# ssh tunnel gateway
|
||||||
|
# If you want to enable this feature, the bindPort parameter is required, while others are optional.
|
||||||
|
# By default, this feature is disabled. It will be enabled if bindPort is greater than 0.
|
||||||
|
# sshTunnelGateway.bindPort = 2200
|
||||||
|
# sshTunnelGateway.privateKeyFile = "/home/frp-user/.ssh/id_rsa"
|
||||||
|
# sshTunnelGateway.autoGenPrivateKeyPath = ""
|
||||||
|
# sshTunnelGateway.authorizedKeysFile = "/home/frp-user/.ssh/authorized_keys"
|
||||||
|
|
||||||
# Heartbeat configure, it's not recommended to modify the default value
|
# Heartbeat configure, it's not recommended to modify the default value
|
||||||
# The default value of heartbeatTimeout is 90. Set negative value to disable it.
|
# The default value of heartbeatTimeout is 90. Set negative value to disable it.
|
||||||
# transport.heartbeatTimeout = 90
|
# transport.heartbeatTimeout = 90
|
||||||
|
Loading…
Reference in New Issue
Block a user