Open1

WSL2(Ubuntu-22.04)で一時的にProxyサーバを経由したい場合

だぼあーだぼあー
$ export http_proxy=http://{Proxyサーバ}:{ポート}
$ export https_proxy=http://{Proxyサーバ}:{ポート}

以降、wgetやcurlはProxyサーバ経由になる。

リブートするとProxyサーバを経由しなくなる。