краш фикс (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
This commit is contained in:
22
config.json
Normal file
22
config.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user