这个配置是写在x-ui的xray配置那里吗
{ “inbounds”: [ { “sniffing”: { “enabled”: true, “destOverride”: [ “http”, “tls” ] } // 你的配置 } ], “outbounds”: [ // 你的配置 { “tag”: “GoNetflix”, “protocol”: “vmess”, “streamSettings”: { “network”: “ws”, “security”: “tls”, “tlsSettings”: { “allowInsecure”: false }, “wsSettings”: { “path”: “ws” } }, “mux”: { “enabled”: true, “concurrency”: 8 }, “settings”: { “vnext”: [ { “address”: “free-sg-01.unblocknetflix.cf”, “port”: 443, “users”: [ { “id”: “402d7490-6d4b-42d4-80ed-e681b0e6f1f9”, “security”: “auto”, “alterId”: 0 } ] } ] } } ], “routing”: { “rules”: [ { “type”: “field”, “outboundTag”: “GoNetflix”, “domain”: [ “geosite:netflix”, “geosite:disney” ] }, { “type”: “field”, “outboundTag”: “direct” } ] } } 复制代码