Fix missing prefix for `transport.tls.force` in the example (#3921)

This commit is contained in:
ThrRip 2024-01-09 18:50:50 +08:00 committed by GitHub
parent d01f4a3ec1
commit 1e8806d26b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"