Add all project files, configs, scripts and results

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Alvis
2026-03-08 07:09:56 +00:00
parent 803823c370
commit c1bcf3d85e
19 changed files with 4917 additions and 0 deletions

37
configs/e-klase.lv.json Normal file
View File

@@ -0,0 +1,37 @@
{
"log": { "loglevel": "error" },
"inbounds": [{
"listen": "127.0.0.1",
"port": 11080,
"protocol": "socks",
"settings": { "auth": "noauth", "udp": true },
"tag": "test-socks"
}],
"outbounds": [{
"tag": "juris-reality",
"protocol": "vless",
"settings": {
"vnext": [{
"address": "share.alogins.net",
"port": 443,
"users": [{
"id": "64522a14-54aa-4b3c-8071-8c8b17aa1f08",
"flow": "xtls-rprx-vision",
"encryption": "none"
}]
}]
},
"streamSettings": {
"network": "tcp",
"security": "reality",
"realitySettings": {
"fingerprint": "chrome",
"serverName": "e-klase.lv",
"publicKey": "58Iqd6LuWXgvjAgo92-7KURhTp0Vj79yGF81l_iuvTw",
"shortId": "48b4c16249ad44ff",
"spiderX": "/"
},
"tcpSettings": { "header": { "type": "none" } }
}
}]
}