You could try polipo.

I use it under ubuntu (it should be also available on Mac) and find it can work with the socks proxy either created by ssh -D ... or shadowsocks.

apt-get install polipo  // brew install polipo
service polipo start //start polipo service
polipo socksParentProxy=127.0.0.1:3000  // your SOCKS local port
export http_proxy=http://localhost:8123
export https_proxy=http://localhost:8123

typescript 源码分析

https://www.cnblogs.com/xuld/p/12180913.html

阅读全文

flutter_gen config

const configDefaultYamlContent = ''' name: UNKNOWN flutter_gen: Optional output: lib/gen/ Optional line_length: 80 Optional parse_metadata: false ...

阅读全文

redis 函数的含义

您提供的函数列表是一个 Redis 客户端 API 的部分实现,通常用于与 Redis 数据库进行交互。以下是这些函数的简要解释,按类别进行分类以帮助理解其功能和用...

阅读全文

15 条评论

  1. Hello There. I discovered your weblog using msn. This is a very smartly written article.
    I’ll make sure to bookmark it and come back to learn more of your useful information. Thank you
    for the post. I will certainly return.

欢迎留言