Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

v2.2.0

Compare
Choose a tag to compare
@reubenmiller reubenmiller released this 12 Apr 11:21
· 114 commits to main since this release

What's Changed

  • feat: Unix only - Support starting a proxy using a Unix socket server (instead of a local tcp server) @mortbauer in #60

    Example

    # Start c8ylp proxy server which uses a unix socket instead of a tcp server
    c8ylp server <device> --env-file .env --socket-path /tmp/device.socket
    
    # Use ssh with proxy command (requires socat)
    ssh -o 'ProxyCommand=socat - UNIX-CLIENT:/tmp/device.socket' <device_username>@localhost
  • chore: update project dependencies (including dev) by @reubenmiller in #63

New Contributors

Full Changelog: v2.1.4...v2.2.0