COW / PD / etc

может есть аналоги и более актуальные ?

GitHub - cyfdecyf/cow: HTTP proxy written in Go. COW can automatically identify blocked sites and use parent proxies to access. 8 лет не обновляется
GitHub - Laisky/cow: HTTP proxy written in Go. COW can automatically identify blocked sites and use parent proxies to access. 2 года не обновляется

но делает то что “нужно” == хочется
перебирает по очереди

proxy = socks5://127.0.0.1:1080
proxy = http://user:password@127.0.0.1:8080
# shadowsocks 二级代理
proxy = ss://aes-128-cfb:password@1.2.3.4:8388

GitHub - lifenjoiner/pd: pd is a local proxy dispatcher acting like auto-pac. обновляется
но у него несколько другая от нужной “логика”
выбор прокси зависит от “скорости” ответа

start pd.exe -proxies=http://127.0.0.1:1080,http://127.0.0.1:2080,http://127.0.0.1:3080,socks5://127.0.0.1:1081,socks5://127.0.0.1:2081,socks5://127.0.0.1:3081,socks4a://127.0.0.1:2081 -netprobeurl=https://www.toutiao.com

  1. May automatically choose the fatest responsed IP,
  2. Automatically yield the availability score, and proxy it if with poor availability,