refactor: improve SOCKS5 error handling, refactor client connection logic, and add documentation to internal packages.

This commit is contained in:
zarazaex69
2026-04-20 05:46:27 +03:00
parent 40f1ad14e3
commit a58e343331
10 changed files with 198 additions and 95 deletions
+2 -1
View File
@@ -5,6 +5,7 @@ package mobile
import (
"context"
"errors"
"fmt"
"log"
"sync"
"time"
@@ -111,7 +112,7 @@ func Start(roomID, keyHex string, socksPort int, socksUser, socksPass string) er
"telemost",
roomURL,
keyHex,
socksPort,
fmt.Sprintf("127.0.0.1:%d", socksPort),
"",
socksUser,
socksPass,