Tags: lovitus/slider
Tags
feat: add SOCKS5 BIND remote listener for rtcp, add retry with backoff - socks5/client.go: implement proxy.RemoteListener via SOCKS5 BIND (CMD=0x02) - authenticate() extracted for reuse between connect and bind - socks5Listener issues fresh BIND per Accept() (RFC 1928 single-connection BIND) - Probe BIND on Listen() to validate server support upfront - rtcp/rtcp.go: retry with exponential backoff (1s-60s) on listener failure - build-all.ps1: fix ErrorActionPreference Stop->Continue for cross-compile
feat: add build script, update deps for cross-platform support - build-all.ps1: 17 platform targets with gz/zip packaging - Updated golang.org/x/sys, x/net, x/crypto to latest for darwin/windows-arm64 support - 16/17 platforms build successfully (riscv64 blocked by templexxx/cpu KCP dep)
PreviousNext