From b420c97649ed134b0a81d7e6e5e43b074cc114c7 Mon Sep 17 00:00:00 2001 From: ThrRip Date: Tue, 9 Jan 2024 18:33:31 +0800 Subject: [PATCH] Fix missing prefix for `transport.tls.force` in the example --- conf/frps_full_example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/frps_full_example.toml b/conf/frps_full_example.toml index 88cf60eb..754452e3 100644 --- a/conf/frps_full_example.toml +++ b/conf/frps_full_example.toml @@ -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"