mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1947] 建议:http_proxy服务器失联时暂时不使用代理隧道/切换至备选代理服务器 #1547
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#1547
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 @Becods on GitHub (Aug 18, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1947
需求
http_proxy服务器断开时暂时不使用代理隧道,待proxy服务器恢复后重新使用
或
http_proxy多备选服务器,若均失联则不使用http_proxy
功能
##使用场景
frps服务器连接质量差 (高丢包率,并不是完全不可用),需要使用http_proxy减缓
@fatedier commented on GitHub (Aug 19, 2020):
这个感觉是一种通用的需求。比较适合单独去实现一个这样的通用库,然后 frp 里可以 import ,不光支持 http proxy,也可以支持其他的代理类型。目前看上去优先级不高。
高丢包率可以考虑下开启 kcp。