aboutsummaryrefslogtreecommitdiff
path: root/services/templates/v2ray-config.json.template
blob: c10eac2fbe11f7846236f0ebcd99eb5cc5c24f51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
    "inbounds": [
        {
            "port": 10000,
            "listen": "0.0.0.0",
            "protocol": "vmess",
            "settings": {
                "clients": [
                    {
                        "id": "@@CRUPEST_V2RAY_TOKEN@@",
                        "alterId": 0
                    }
                ]
            },
            "streamSettings": {
                "network": "ws",
                "wsSettings": {
                    "path": "/_@@CRUPEST_V2RAY_PATH@@"
                }
            }
        }
    ],
    "outbounds": [
        {
            "protocol": "freedom",
            "settings": {}
        }
    ]
}