{
    "log":
    {
	    "loglevel": "debug",
	    "access": "/var/log/v2ray/access.log",
	    "error": "/var/log/v2ray/error.log"
    },
    "inbounds":
    [
        {
            "port": 8080,
            "protocol": "vmess",
	    "listen": "0.0.0.0",
            "settings":
	    {
                "clients":
		[
                    {
                        "id": "64d2050c-adb5-49bf-90a2-a41813e1aea4",
                        "alterId": 0,
			"security": "auto"
                    }
                ],
                "disableInsecureEncryption": false
            },
            "streamSettings":
	    {
                "network": "kcp",
		"security": "none",
		"tlsSettings": {
			"certificates": [
			{
				"certificateFile": "/root/.acme.sh/yogas.ml/fullchain.cer",
				"keyFile": "/root/.acme.sh/yogas.ml/yogas.ml.key"
			}
			]
		},
		"kcpSettings":
		{
		"seed": "love_and_peace",
		"uplinkCapacity": 0,
    		"downlinkCapacity": 0,
    		"congestion": true,
		"header": {
		"type": "wireguard"
			}
		}
            }
        },
        {
            "port": 10000,
            "protocol": "vmess",
	    "listen": "127.0.0.1",
            "settings":
	    {
                "clients":
		[
                    {
                        "id": "64d2050c-adb5-49bf-90a2-a41813e1aea4",
                        "alterId": 0
                    }
                ],
                "disableInsecureEncryption": false
            },
            "streamSettings":
	    {
                "network": "ws",
		"wsSettings":
		{
        	"path": "/love_and_peace"
		}
            }
        }
    ],
    "outbounds":
    [
        {
            "protocol": "freedom"
        }
    ]
}
