ExposeME v1.4.57

⚓ Rust    📅 2025-10-18    👤 surdeus    👁️ 2      

surdeus

Info

This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: ExposeME v1.4.57

Secure HTTP tunneling service - Expose local services to the internet through WebSocket connections with automatic Let's Encrypt certificates.

Quick test (testing only, may be unavailable):

docker run -it --rm ghcr.io/arch7tect/exposeme-client:latest \
  --server-url "wss://exposeme.org/tunnel-ws" \
  --token "uoINplvTSD3z8nOuzcDC5JDq41sf4GGELoLELBymXTY=" \
  --tunnel-id "your-tunnel" \
  --local-target "http://host.docker.internal:8080"

Your local service at http://localhost:8080 will be available at https://your-tunnel.exposeme.org
Dashboard: https://exposeme.org

What's New

New Features

  • File Logging with rotation via TRACING_LOG
  • GitHub Releases with automated builds and GHCR support

Fixes

  • Stale connection handling with cancellation tokens
  • Reliable tunnel cleanup on disconnect (RAII guards)
  • WebSocket connection counter accuracy
  • RWLock panic prevention (removed .unwrap() calls)

Improvements

  • Tailwind build-time compilation (replaced CDN)
  • WASM optimization (wasm-opt + compression)

1 post - 1 participant

Read full topic

🏷️ Rust_feed