| 
 | 
感谢大佬们的提示,修改x-ui配置已成功,就是速度不如lyz 
{ 
  "api": { 
    "services": [ 
      "HandlerService", 
      "LoggerService", 
      "StatsService" 
    ], 
    "tag": "api" 
  }, 
  "inbounds": [ 
    { 
      "listen": "127.0.0.1", 
      "port": 62789, 
      "protocol": "dokodemo-door", 
      "settings": { 
        "address": "127.0.0.1" 
      }, 
      "tag": "api" 
    } 
  ], 
  "outbounds": [ 
    { 
      "protocol": "freedom", 
      "settings": {} 
    }, 
    { 
      "tag": "netflix_proxy", 
      "protocol": "socks", 
      "settings": { 
        "servers": [ 
          { 
            "address": "127.0.0.1", 
            "port": 40000 
          } 
        ] 
      } 
    }, 
    { 
      "protocol": "blackhole", 
      "settings": {}, 
      "tag": "blocked" 
    } 
  ], 
  "policy": { 
    "system": { 
      "statsInboundDownlink": true, 
      "statsInboundUplink": true 
    } 
  }, 
  "routing": { 
    "rules": [ 
      { 
        "type": "field", 
        "outboundTag": "netflix_proxy", 
        "domain": [ 
          "geosite:netflix", 
          "geosite:disney" 
        ] 
      }, 
      { 
        "inboundTag": [ 
          "api" 
        ], 
        "outboundTag": "api", 
        "type": "field" 
      }, 
      { 
        "ip": [ 
          "geoip:private" 
        ], 
        "outboundTag": "blocked", 
        "type": "field" 
      }, 
      { 
        "outboundTag": "blocked", 
        "protocol": [ 
          "bittorrent" 
        ], 
        "type": "field" 
      } 
    ] 
  }, 
  "stats": {} 
} |   
 
 
 
 |