Skip to content

SlipGate v1.6.0-dev

Pre-release
Pre-release

Choose a tag to compare

@anonvector anonvector released this 09 Apr 17:27
· 35 commits to dev since this release

Dev Release

What's New

  • Multi-user SOCKS5 auth — all configured users authenticate simultaneously
  • StunTLS transport — SSH over TLS + WebSocket proxy with auto-detection of WebSocket, HTTP CONNECT, raw TLS, and payload (DPI bypass) modes
  • StunTLS in install/wizard — available during initial setup with auto cert generation; defaults to port 8443 when NaiveProxy is also selected
  • External transport — route DNS queries for a domain to a user-specified UDP port for custom/private protocol testing
  • Fix update on Debian 13 — self-update no longer fails with "text file busy"
  • Debug logging — SOCKS5 auth logs credential count on startup and failed auth attempts
  • Config URI version bumped to v22 with SSH payload field

Usage

# StunTLS tunnel
sudo slipgate tunnel add --transport stuntls --tag mytls

# External DNS routing
sudo slipgate tunnel add --transport external --tag my-proto --domain j.example.com
# → prompts for target UDP port

Binaries

  • slipgate-linux-amd64 — x86_64
  • slipgate-linux-arm64 — ARM64