diff --git a/conf/frps_full_example.toml b/conf/frps_full_example.toml index 88cf60e..754452e 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"