无法启动
日志如下
配置如下
- {
- "inbounds": [{
- "port": 22322,
- "protocol": "vless",
- "settings": {
- "clients": [
- {
- "id": "649ca0ca-d77d-478f-902b-1ef4da789f7f",
- "flow": "xtls-rprx-direct",
- "level": 0
- }
- ],
- "decryption": "none",
- "fallbacks": [
- {
- "alpn": "http/1.1",
- "dest": 80
- },
- {
- "alpn": "h2",
- "dest": 81
- }
- ]
- },
- "streamSettings": {
- "network": "tcp",
- "security": "xtls",
- "xtlsSettings": {
- "serverName": "wukong.360360.xyz",
- "alpn": ["http/1.1", "h2"],
- "certificates": [
- {
- "certificateFile": "/usr/local/etc/xray/wukong.360360.xyz.pem",
- "keyFile": "/usr/local/etc/xray/wukong.360360.xyz.key"
- }
- ]
- }
- },
- "sniffing": {
- "enabled": true,
- "destOverride": ["http", "tls"]
- }
- }],
- "outbounds": [
- {
- "protocol": "freedom",
- "settings": {}
- },
- {
- "protocol": "blackhole",
- "settings": {},
- "tag": "blocked"
- },
- {
- "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"
- }
- ]
- }
- }
复制代码
|