[GH-ISSUE #1947] 建议:http_proxy服务器失联时暂时不使用代理隧道/切换至备选代理服务器 #1547

Closed
opened 2026-05-05 12:58:52 -06:00 by gitea-mirror · 1 comment
Owner

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

功能

  1. 定期检测http_proxy服务器存活状态 (现貌似已有)
  2. 若当前http_proxy服务器失联,则暂时禁用http_proxy/切换下一个http_proxy服务器
  3. 待http_proxy服务器恢复后,则使用http_proxy (依优先级而定)

##使用场景
frps服务器连接质量差 (高丢包率,并不是完全不可用),需要使用http_proxy减缓

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 ## 功能 1. 定期检测http_proxy服务器存活状态 (现貌似已有) 2. 若当前http_proxy服务器失联,则暂时禁用http_proxy/切换下一个http_proxy服务器 3. 待http_proxy服务器恢复后,则使用http_proxy (依优先级而定) ##使用场景 frps服务器连接质量差 (高丢包率,并不是完全不可用),需要使用http_proxy减缓
gitea-mirror 2026-05-05 12:58:52 -06:00
  • closed this issue
  • added the
    proposal
    label
Author
Owner

@fatedier commented on GitHub (Aug 19, 2020):

这个感觉是一种通用的需求。比较适合单独去实现一个这样的通用库,然后 frp 里可以 import ,不光支持 http proxy,也可以支持其他的代理类型。目前看上去优先级不高。

高丢包率可以考虑下开启 kcp。

<!-- gh-comment-id:675891952 --> @fatedier commented on GitHub (Aug 19, 2020): 这个感觉是一种通用的需求。比较适合单独去实现一个这样的通用库,然后 frp 里可以 import ,不光支持 http proxy,也可以支持其他的代理类型。目前看上去优先级不高。 高丢包率可以考虑下开启 kcp。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#1547
No description provided.