How to use local proxy server in Windows terminal

If there is already a proxy server locally, enter

set http_proxy=http://127.0.0.1:10809
set https_proxy=http://127.0.0.1:10809

Guess you like

Origin blog.csdn.net/a1920993165/article/details/134022576