Support proxy exception list
- 主要言語
- Haskell
- スター
- 186
- フォーク
- 59
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I'm glad to see the new auto-proxy support, much more convenient!
A closely related feature is that more complicated proxy configurations have exception lists, e.g. no_proxy=localhost, listing servers (usually on the local LAN) that should not go via the proxy. Windows allows this, and it seems from a quick search that on unix the no_proxy env var can be used. At least, wget and w3m use it.
I know of a user who actually needs a setup like this, everything goes through a proxy, but they have some servers on localhost which the proxy of course is not aware of.
So I think what'd we'd need is to extend the Proxy constructor with such a list, and then check when we're about to make a connection if the target host is on the list and if so to make a direct connection rather than using the proxy.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Proxy コンストラクターと、issue で説明されている接続確立の経路から始めます。プロキシング対象のターゲットホストがどのように選択されるかを追跡し、その後、例外リストをどのように表現して照合するかを定義します。完了条件は、一覧にあるホストは直接接続し、それ以外のターゲットは引き続きプロキシを使用することです。issue ではテストやファイルは指定されていません。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- haskell
- 領域
- networking
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100