如何在 Solaris 服务器中设置代理连接?

Nic*_*ong 5 proxy solaris

我需要设置代理连接才能访问互联网。我正在使用 Solaris 服务器。

我怎样才能做到这一点?

aba*_*rax 4

将其设置为环境变量:

> export http_proxy="http://domain_url\\username:password@proxy_url"
Run Code Online (Sandbox Code Playgroud)