直接粘贴,替换一下几项 
{ 
    "log": { 
        "access": "/dev/null", 
        "error": "/tmp/v2ray_log.log", 
        "loglevel": "error" 
    }, 
    "inbounds": [ 
        { 
            "port": 23456, 
            "listen": "0.0.0.0", 
            "protocol": "socks", 
            "settings": { 
                "auth": "noauth", 
                "udp": true, 
                "ip": "127.0.0.1", 
                "clients": null 
            }, 
            "streamSettings": null 
        }, 
        { 
            "listen": "0.0.0.0", 
            "port": 3333, 
            "protocol": "dokodemo-door", 
            "settings": { 
                "network": "tcp,udp", 
                "followRedirect": true 
            } 
        } 
    ], 
    "outbounds": [ 
        { 
            "tag": "agentout", 
            "protocol": "vmess", 
            "settings": { 
                "vnext": [ 
                                        { 
                        "address": "服务器地址", 
                        "port": 服务器端口, 
                        "users": [ 
                            { 
                                "id": "替换Id", 
                                "alterId": 64, 
                                "security": "认证协议" 
                            } 
                        ] 
                    } 
                ], 
                "servers": null 
            }, 
            "streamSettings": { 
                "network": "ws", 
                "security": "tls", 
                "tlsSettings": { 
                    "allowInsecure": true, 
                    "serverName": null 
                }, 
                "tcpSettings": null, 
                "kcpSettings": null, 
                "wsSettings": { 
                    "connectionReuse": true, 
                    "path": "/oracletokyo1", 
                    "headers": null 
                }, 
                "httpSettings": null 
            }, 
            "mux": { 
                "enabled": true, 
                "concurrency": 8 
            } 
        } 
    ] 
} 
 |