vpn1819 / config.json
shDima1's picture
Update config.json
18685de verified
raw
history blame contribute delete
952 Bytes
Invalid JSON: Expected double-quoted property name in JSONat line 12, column 59
{
"log": {
"loglevel": "info"
},
"inbounds": [
{
"port": 7860,
"protocol": "vless",
"settings": {
"clients": [
{
"id": "77e2d275-f8b9-4f27-af1a-ed5b0cb8f191", // Твой UUID
"flow": "xtls-rprx-vision"
}
],
"decryption": "none"
},
"streamSettings": {
"network": "tcp",
"security": "reality",
"realitySettings": {
"show": false,
"dest": "www.cloudflare.com:443", // <-- Меняем сайт для маскировки
"xver": 0,
"serverNames": [
"shDima1-vpn1819.hf.space",
"www.cloudflare.com"
],
"privateKey": "kDw2F5_TREzJXj6k1ULn7vjbSokyDLMcxTGwwl9pdkc", // Твой PrivateKey
"shortIds": [
"aabbcc"
]
}
}
}
],
"outbounds": [
{
"protocol": "freedom"
}
]
}