Skip to content

Commit

Permalink
Fix missing prefix for transport.tls.force in the example (#3921)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrRip authored Jan 9, 2024
1 parent d01f4a3 commit 1e8806d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/frps_full_example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1e8806d

Please sign in to comment.