Replies: 5 comments
-
|
Proxies should work afaik. I've used them no issue on MacOS when exporting environment variables. |
Beta Was this translation helpful? Give feedback.
-
|
but not work, seems change shell or reset env or similar |
Beta Was this translation helpful? Give feedback.
-
|
but not work for me. It seems in Arch Linux, change the subshell. or reset env ..... |
Beta Was this translation helpful? Give feedback.
-
|
What OS are you using? |
Beta Was this translation helpful? Give feedback.
-
|
as wrote in top arch-linux |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What feature would you like to see?
Add true and complete proxy support for HTTP and SOCKS5.
export http_proxy=http://xxx:8080/
export HTTP_PROXY=$http_proxy
export https_proxy=$http_proxy
export HTTPS_PROXY=$http_proxy
export ftp_proxy=$http_proxy
export rsync_proxy=$http_proxy
export no_proxy="localhost,127.0.0.1,localaddress,.localdomain.com,xxx.16..,xxx.16.?.?"
export dns_server="1.1.1.1,9.9.9.9,8.8.8.8"
kimi
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions