-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Open
Description
Describe the feature request
frpc被控端配置:
serverAddr = "1.1.1.1"
serverPort = 7000
[transport]
tls.enable = true
[[proxies]]
name = "HOME"
type = "stcp"
localIP = "127.0.0.1"
localPort = 5900
secretKey = "xxxxxx"
transport.useEncryption = true
transport.useCompression = true
在stcp模式下,是不是只有开启transport.useEncryption才会使用secretKey实现端到端加密?
如果不开启,就算在stcp模式下,frps服务端理论上是可以窥探传输数据的。
我想确保远程回家的传输数据过程中不会被任何一方窥探,特别是frps服务端。
我没有在文档看到stcp或transport.useEncryption在不同模式下的说明。
因为能力有限,所来确认一下,感谢。 @fatedier
Describe alternatives you've considered
No response
Affected area
- Docs
- Installation
- Performance and Scalability
- Security
- User Experience
- Test and Release
- Developer Infrastructure
- Client Plugin
- Server Plugin
- Extensions
- Others
Metadata
Metadata
Assignees
Labels
No labels