mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #3013] [Feature Request] Global encryption and compression. #2408
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#2408
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fernvenue on GitHub (Jul 13, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3013
Describe the feature request
Hi, I just found out that all my frpc connection using encryption and compression, and I have to write them over and over again, could you please make them global? When the user write them in the
[common]like this:Then, all the connection will enable encryption and compression.
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (Jul 13, 2022):
Use
tls_enableinstead ofuse_encryption.@fernvenue commented on GitHub (Jul 13, 2022):
Sounds great, thanks a lot for your answer, I just added
tls_enableto my config as you said, and I have some questions about that, hope this will not take up too much of your time:use_encryption?Again, thanks for your help :)
@fatedier commented on GitHub (Jul 14, 2022):
TLS is very common in the internet. You can also add
disable_custom_tls_first_byte = trueto eliminate particularity in frp.Global compression is not planned. Maybe frp v2, we are working on it.
@fernvenue commented on GitHub (Jul 14, 2022):
Thanks for such a clear answer, I will use
tls_enableanddisable_custom_tls_first_byteinstead ofuse_encryption. Expect to see global compression in frp v2, I'm gonna close this issue for now, thanks again.@zsinba commented on GitHub (Aug 12, 2022):
请问使用压缩,大概会多使用多少cpu,减少多少带宽?