Files
vpn-client/config.json
Vibe Kanban 1f54670e3e краш фикс (vibe-kanban fd9bb887)
Сейчас реализовано подключение к vpn через конфиг. В папке bin лежит sing-box.exe.
При нажатии подключить - включается прокси в windows как положено и происходит краш программы:
PS C:\\Users\\hamy\\HamyDev\\HamyVPNClient\\HamyVPNClient> go run .

2026/01/16 19:53:28 Sing-box configuration written to config.json

Exception 0xc0000005 0x1 0x1 0x7ffbb351b5d5

PC=0x7ffbb351b5d5

signal arrived during external code execution
2026-01-16 20:00:53 +03:00

22 lines
377 B
JSON

{
"log": {
"level": "info"
},
"inbounds": [
{
"type": "mixed",
"listen": "127.0.0.1",
"listen_port": 1080,
"set_system_proxy": true
}
],
"outbounds": [
{
"type": "vless",
"server": "193.124.93.179",
"server_port": 39590,
"uuid": "3da694cb-cca3-4849-81c3-9ff60c4dc399",
"network": "tcp"
}
]
}