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
3 months ago
Roman Vasilev
e203e34546
cache resolving results and increase timeout (error 504)
3 months ago
Roman Vasilev
5a6cff8669
hardcode yandex resolvers (fix read 8.8.8.8:53: read: connection refused)
3 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.
3 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.
3 months ago
cacggghp
e7c39a919f
Update vk api
3 months ago
lastforathousandyears
e0bb125ba2
fix for new vk api
3 months ago
cacggghp
ceee08d44e
Add IPv6 support
5 months ago
cacggghp
ab5d660416
Fix link parser
5 months ago
cacggghp
b63eba3cb4
Add yandex mode
Add direct mode
Make separate dtls session for each connection
Refactor
5 months ago
cacggghp
6580f84357
Add files via upload
6 months ago