cyfdecyf / cow

HTTP proxy written in Go. COW can automatically identify blocked sites and use parent proxies to access.
BSD 2-Clause "Simplified" License
8.45k stars 1.61k forks source link

一个精简替代 | A simple stupid alternative #599

Open lifenjoiner opened 1 year ago

lifenjoiner commented 1 year ago

COW,用过一段时间,挺不错,只是不更新了,还自己魔改过。后来,写了 pd,一直自己用。不见得更好,而是看这里未再更新过,回馈一下社区,给大家多一种选择。

https://github.com/lifenjoiner/pd

特性:

  1. 专注做一个连接调度器,上级代理要自备;
  2. 可自动选择回应最快的 IP;
  3. 自动生成可用性评分,可用性低时切换用代理;
  4. 支持 socks4a/socks5/http 协议;
  5. 支持预设“直连/被封”列表。


COW, used it for a while, it was pretty good, just didn't update anymore, and I even had modified it myself. Later, I wrote pd and have been using it myself. Not saying it's better, but since here is no updates for a long time, I'd like to feed back to the community, to provide one more option.

https://github.com/lifenjoiner/pd

Features:

  1. Dedicate to be a dispatcher, prepare the upstream proxies yourself,
  2. May automatically choose the fatest responsed IP,
  3. Automatically yield the availability score, and proxy it if with poor availability,
  4. Support protocols socks4a/socks5/http,
  5. Support predefined "direct/blocked" list files.
lonelygo commented 1 year ago

都要忘了曾经用这个了,已🌟

youthcould commented 10 months ago

点个赞,一直觉得cow是最简单无感的,可惜不更新了,现在的加密方法很多也不支持了

midpoint commented 2 months ago

这个pd不错,谢谢