Moroka8
ae15a400e8
fix: handle checkbox captcha and improve manual proxy debug
2 months ago
cacggghp
e1a5a3f7ac
fix: print TURN IP to stdout for routes.sh
2 months ago
antongospod
729443fd84
fix( #129 ): vless-режим падал на Android из-за netlinkrib permission denied
2 months ago
antongospod
b16db743c0
fix(129): manual captcha solving
UNAUTHORIZED_RESTRICTION
2 months ago
Moroka8
58a9b1e081
Resolve golangci and gofmt issues
2 months ago
alexmac6574
f4091d0aa9
build: Bump dependencies
2 months ago
alexmac6574
ef01992613
fix: Use PoC method for captcha solving after PoW method
2 months ago
alexmac6574
0b20a379fa
fix: Show short link in manual captcha
2 months ago
alexmac6574
283f5ea14e
feat: Add PoC to bypass slider captcha
2 months ago
Moroka8
f278c65e6f
Resolve gofmt formatting issues
2 months ago
Moroka8
79d46b2e65
fix: handle error returns and unsafe type assertions in errcheck linter
2 months ago
antongospod
9dcaf660a9
feat: manual captcha flag + delay before manual captcha has been reduced (2sec)
2 months ago
alexmac6574
ec5e5b7983
fix: Clean up the code
2 months ago
alexmac6574
78386cc1d8
feat: Another attempt to fix auto solving captcha
2 months ago
Moroka8
44b91d7eee
fix: Rename tcp mode into vless
2 months ago
alexmac6574
dd59e08e31
feat: New attempt to fix auto solving captcha
2 months ago
alexmac6574
1471fafd22
chore: Revert cookies and HAR
2 months ago
alexmac6574
f2a414b94b
feat: Improve stability and performance for automatic captcha solver, fallback to manual captcha
2 months ago
Moroka8
03f9d424c5
fix: resolve golangci-lint warnings
Обновлен .golangci.yml
В ci.yml установлены версии Go 'stable' и golangci-lint 'latest'
2 months ago
Moroka8
7abbd4986f
fix: resolve golangci-lint warnings
Добавлена проверка ошибки listener.SetDeadline в tcputil.
Удален вызов устаревшего метода SetStreamMode в KCP.
Добавлено явное игнорирование возвращаемых значений SetDeadline и io.Copy .
2 months ago
Moroka8
4a0b038bdc
feat: optimize VK TURN credential retrieval and reuse session identity
Добавлено кэширование success_token для капчи.
Установлен размер пула 1 для использования одной учетной записи во всех потоках.
Дополнительно устранил warnings от golangcli-lint:
Удален rand.Seed
Реализована проверка ошибки в endSession
Реализована обработка Body.Close()
2 months ago
alexmac6574
6305087c7c
feat: Add randomize for name and user-agent
Co-Authored-By: zcb22 <[email protected] >
2 months ago
alexmac6574
37656256ba
fix: Implement automatic Proof-of-Work (PoW) captcha solver
Co-Authored-By: kiper292 <[email protected] >
2 months ago
Moroka8
8acc5535f7
feat: round-robin multi-session TCP mode for increased throughput
Distribute incoming TCP connections across N parallel TURN+DTLS+KCP+smux
sessions in round-robin fashion, aggregating bandwidth of multiple relays.
Add sessionPool with thread-safe add/remove/pick operations.
Each session is maintained by its own goroutine with auto-reconnect.
The -n flag now controls session count in TCP mode (default 16 for VK).
Refactor: extract createSmuxSession from runTCPSession for reuse.
2 months ago
Moroka8
b798ec5744
feat: TCP mode for VLESS support via KCP+smux over TURN tunnel
Add -tcp flag to client and server for forwarding TCP connections
(VLESS, etc.) through the TURN tunnel instead of UDP packets (WireGuard).
Stack: TCP → smux (mux) → KCP (reliability) → DTLS (encryption) → TURN
New dependencies: xtaci/kcp-go/v5, xtaci/smux
2 months ago
Roman Vasilev
e203e34546
cache resolving results and increase timeout (error 504)
2 months ago
Roman Vasilev
5a6cff8669
hardcode yandex resolvers (fix read 8.8.8.8:53: read: connection refused)
2 months ago
Alex
a9e8cac0e5
Handle Close errors for errcheck
Check http response body, websocket, and server connection Close return values to satisfy golangci-lint errcheck.
2 months ago
Alex
a3bd21d329
Fix errcheck failures for connection deadlines
Handle SetDeadline, SetReadDeadline, and SetWriteDeadline errors in client and server proxy loops to satisfy golangci-lint errcheck in CI.
2 months ago
cacggghp
e7c39a919f
Update vk api
2 months ago
lastforathousandyears
e0bb125ba2
fix for new vk api
2 months ago
cacggghp
ceee08d44e
Add IPv6 support
4 months ago
cacggghp
ab5d660416
Fix link parser
4 months ago
cacggghp
b63eba3cb4
Add yandex mode
Add direct mode
Make separate dtls session for each connection
Refactor
4 months ago
cacggghp
6580f84357
Add files via upload
5 months ago