소스 검색

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

ThrRip 1 년 전
부모
커밋
1e8806d26b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      conf/frps_full_example.toml

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