mirror of
https://github.com/fatedier/frp.git
synced 2025-09-26 21:25:53 +08:00
Fix missing prefix for transport.tls.force
in the example (#3921)
This commit is contained in:
@@ -41,7 +41,7 @@ transport.maxPoolCount = 5
|
||||
# transport.tcpKeepalive = 7200
|
||||
|
||||
# transport.tls.force specifies whether to only accept TLS-encrypted connections. By default, the value is false.
|
||||
tls.force = false
|
||||
transport.tls.force = false
|
||||
|
||||
# transport.tls.certFile = "server.crt"
|
||||
# transport.tls.keyFile = "server.key"
|
||||
|
Reference in New Issue
Block a user