From 1e8806d26b6c1ca5ee683deb38f64f89fe60c1fe Mon Sep 17 00:00:00 2001
From: ThrRip <thrrip@thrrip.space>
Date: Tue, 9 Jan 2024 18:50:50 +0800
Subject: [PATCH] Fix missing prefix for `transport.tls.force` in the example
 (#3921)

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