全球主机交流论坛

标题: 在v2ray和xray里怎么把出站设置成http代理呀? [打印本页]

作者: xhcj666    时间: 2023-4-9 14:31
标题: 在v2ray和xray里怎么把出站设置成http代理呀?
今天买了ivacy的vp(n),现在用vp(n)的http代理来做落地。

试过把
{
  "protocol": "http",
  "settings": {
    "servers": [
      {
        "address": "xxxxxxx",
        "port": xxxx,
        "users": [
          {
            "Username": "xxxxxx",
            "Password": "xxxxxx"
          }
        ]
      }
    ]
  },
  "streamSettings": {
    "security": "none",
    "tlsSettings": {
      "allowInsecure": false
    }
  }
}

加到outbounds里,但是http代理根本连不上。

有吴彦祖能告诉我哪儿没设置对吗?
作者: buaachenhua    时间: 2023-4-9 17:06
本帖最后由 buaachenhua 于 2023-4-9 17:08 编辑

    {
      "protocol": "http",
      "settings": {
        "servers": [
          {
            "address": "192.168.108.1",//服务器IP
            "port": 3128,//服务器端口
            "users": [
              {
                "user": "my-username",//将my-username改为你的用户名.
                "pass": "my-password" //将my-password改为你的密码
              }
            ]
          }
        ]
      },
      "tag": "HTTP"
    }
作者: xhcj666    时间: 2023-4-10 11:26
buaachenhua 发表于 2023-4-9 17:06
{
      "protocol": "http",
      "settings": {

谢谢吴彦祖




欢迎光临 全球主机交流论坛 (https://443502.xyz/) Powered by Discuz! X3.4