vps交流

大佬看看哪里不对,有关xray


无法启动

日志如下
大佬看看哪里不对,有关xray

配置如下

  1. {
  2.   "inbounds": [{
  3.     "port": 22322,
  4.     "protocol": "vless",
  5.     "settings": {
  6.       "clients": [
  7.         {
  8.           "id": "649ca0ca-d77d-478f-902b-1ef4da789f7f",
  9.           "flow": "xtls-rprx-direct",
  10.           "level": 0
  11.         }
  12.       ],
  13.       "decryption": "none",
  14.       "fallbacks": [
  15.           {
  16.               "alpn": "http/1.1",
  17.               "dest": 80
  18.           },
  19.           {
  20.               "alpn": "h2",
  21.               "dest": 81
  22.           }
  23.       ]
  24.     },
  25.     "streamSettings": {
  26.         "network": "tcp",
  27.         "security": "xtls",
  28.         "xtlsSettings": {
  29.             "serverName": "wukong.360360.xyz",
  30.             "alpn": ["http/1.1", "h2"],
  31.             "certificates": [
  32.                 {
  33.                     "certificateFile": "/usr/local/etc/xray/wukong.360360.xyz.pem",
  34.                     "keyFile": "/usr/local/etc/xray/wukong.360360.xyz.key"
  35.                 }
  36.             ]
  37.         }
  38.     },
  39.       "sniffing": {
  40.         "enabled": true,
  41.         "destOverride": ["http", "tls"]
  42.       }
  43.     }],
  44.   "outbounds": [
  45.   {
  46.     "protocol": "freedom",
  47.     "settings": {}
  48.   },
  49.   {
  50.     "protocol": "blackhole",
  51.     "settings": {},
  52.     "tag": "blocked"
  53.   },
  54.     {
  55.       "tag": "GoNetflix",
  56.       "protocol": "vmess",
  57.       "streamSettings": {
  58.         "network": "ws",
  59.         "security": "tls",
  60.         "tlsSettings": {
  61.           "allowInsecure": false
  62.         },
  63.         "wsSettings": {
  64.           "path": "ws"
  65.         }
  66.       },
  67.       "mux": {
  68.         "enabled": true,
  69.         "concurrency": 8
  70.       },
  71.       "settings": {
  72.         "vnext": [
  73.           {
  74.             "address": "free-sg-01.unblocknetflix.cf",
  75.             "port": 443,
  76.             "users": [
  77.               {
  78.                 "id": "402d7490-6d4b-42d4-80ed-e681b0e6f1f9",
  79.                 "security": "auto",
  80.                 "alterId": 0
  81.               }
  82.             ]
  83.           }
  84.         ]
  85.       }
  86.     }
  87.   ],
  88.   "routing": {
  89.     "rules": [
  90.       {
  91.         "type": "field",
  92.         "outboundTag": "GoNetflix",
  93.         "domain": [
  94.           "geosite:netflix",
  95.           "geosite:disney"
  96.         ]
  97.       },
  98.       {
  99.         "type": "field",
  100.         "outboundTag": "direct"
  101.       }
  102.     ]
  103.   }
  104. }

复制代码