CoolFace
Apppublic

ImFinder/ImFinderVLESStwo

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes
config.json28 linesDownload Raw Back to root
1{2    "inbounds": [3        {4            "port": 7860,5            "protocol": "vless",6            "settings": {7                "clients": [8                    {9                        "id": "16a69715-66f5-4d82-9f9f-a3bedd70eeac",10                        "level": 011                    }12                ],13                "decryption": "none"14            },15            "streamSettings": {16                "network": "ws",17                "wsSettings": {18                    "path": "/?ed=2048"19                }20            }21        }22    ],23    "outbounds": [24        {25            "protocol": "freedom"26        }27    ]28}