feat: add example

This commit is contained in:
int7 2023-12-13 11:47:09 +08:00
parent e66e77cb8f
commit fc97974c8c

View File

@ -22,6 +22,14 @@ kcpBindPort = 7000
# transport.quic.maxIdleTimeout = 30
# 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
# The default value of heartbeatTimeout is 90. Set negative value to disable it.
# transport.heartbeatTimeout = 90