如何用Linux设置代理服务器? - 宋马社区

如何用Linux设置代理服务器?

在Linux中设置代理服务器可以通过以下步骤完成:

1. 打开终端,输入以下命令:

“`

export http_proxy=http://proxy-server-ip:port/

export https_proxy=https://proxy-server-ip:port/

“`

其中,`proxy-server-ip`是代理服务器的IP地址,`port`是代理服务器的端口号。

2. 如果代理服务器需要用户名和密码验证,可以将用户名和密码添加到命令中:

“`

export http_proxy=http://username:password@proxy-server-ip:port/

export https_proxy=https://username:password@proxy-server-ip:port/

“`

其中,`username`和`password`分别是代理服务器的用户名和密码。

3. 验证代理是否设置成功,可以使用`curl`命令测试:

“`

curl http://www.google.com

请登录后发表评论

    没有回复内容