导航

    网络跳越论坛

    • 注册
    • 登录
    • 搜索
    • 版块
    • 最新
    • 热门
    1. 主页
    2. hrc93
    H
    • 资料
    • 关注
    • 粉丝
    • 主题
    • 帖子
    • 最佳
    • 群组

    hrc93

    @hrc93

    0
    声望
    1
    帖子
    1
    资料浏览
    0
    粉丝
    0
    关注
    注册时间 最后登录

    hrc93 关注

    hrc93 发布的最佳帖子

    此用户从未发言。

    hrc93 发布的最新帖子

    • V2rayU failed to process outbound traffic

      小白求教,V2rayU配置后一直报错。系统MacOS Big Sur。已尝试办法:检查系统时间,换软件版本。

      v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: connection ends > v2ray.com/core/proxy/vmess/outbound: failed to read header > v2ray.com/core/proxy/vmess/encoding: failed to read response header > websocket: close 1000 (normal)

      配置如下

      {
      "log": {
      "error": "",
      "loglevel": "info",
      "access": ""
      },
      "inbounds": [
      {
      "listen": "127.0.0.1",
      "protocol": "socks",
      "settings": {
      "udp": false,
      "auth": "noauth"
      },
      "port": "1080"
      },
      {
      "listen": "127.0.0.1",
      "protocol": "http",
      "settings": {
      "timeout": 360
      },
      "port": "1087"
      }
      ],
      "outbounds": [
      {
      "mux": {
      "enabled": false,
      "concurrency": 8
      },
      "protocol": "vmess",
      "streamSettings": {
      "wsSettings": {
      "path": "/f14681d/",
      "headers": {
      "host": ""
      }
      },
      "tlsSettings": {
      "allowInsecure": true
      },
      "security": "tls",
      "network": "ws"
      },
      "tag": "proxy",
      "settings": {
      "vnext": [
      {
      "address": "kanworld.top",
      "users": [
      {
      "id": "119bfd01-5d8d-49e6-bef3-820cf7b5dccb",
      "alterId": 64,
      "level": 0,
      "security": "auto"
      }
      ],
      "port": 443
      }
      ]
      }
      },
      {
      "tag": "direct",
      "protocol": "freedom",
      "settings": {
      "domainStrategy": "UseIP",
      "redirect": "",
      "userLevel": 0
      }
      },
      {
      "tag": "block",
      "protocol": "blackhole",
      "settings": {
      "response": {
      "type": "none"
      }
      }
      }
      ],
      "dns": {},
      "routing": {
      "settings": {
      "domainStrategy": "AsIs",
      "rules": []
      }
      },
      "transport": {}
      }

      发布在 V2ray讨论区
      H
      hrc93