Actinium icon indicating copy to clipboard operation
Actinium copied to clipboard

请问电脑端的配置文件和安卓上的有什么区别?直接用为什么提示配置文件无效

Open ZSJsts opened this issue 6 years ago • 0 comments

{
  "log": {
    "loglevel": "none"
  },
  "inbounds": [
    {
      "port": 10808,
      "listen": "127.0.0.1",
      "protocol": "socks",
      "domainOverride": ["tls","http"],
      "settings": {
        "auth": "noauth",
        "udp": false
      }
    }
  ],
  "outbounds": [
    {
      "protocol": "vmess",
      "settings": {
        "vnext": [
          {
            "address": "?????.com",
            "port": 443,
            "users": [
              {
                "id": "??????????-?????-?????-?????-??????????",
                "alterId": 64
              }
            ]
          }
        ]
      },
      "streamSettings": {
        "network": "ws",
        "security": "tls",
        "wsSettings": {
          "path": "/ray"
        }
      }
    }
  ]
}

ZSJsts avatar Mar 13 '19 15:03 ZSJsts