Skip to content

Releases: wiredoor/wiredoor-cli

v1.2.1

Choose a tag to compare

@dmesad dmesad released this 05 Jul 19:36

Changelog v1.2.1

Fixed

  • correct spelling errors in command descriptions fc372ce
  • add error handling to api config endpoint 6ae5fc2

Full Changelog: v1.2.0...v1.2.1

v1.2.0: Add Windows and macOS support

Choose a tag to compare

@dmesad dmesad released this 05 Mar 02:35

Introduces cross-platform support for Wiredoor by adding compatibility with Windows and macOS.

Windows

  • Add Windows build target and CI integration.
  • Implement Windows service to manage tunnel lifecycle.
  • Introduce IPC communication between CLI and background service.
  • Add support for UAC and Windows resource metadata.
  • Provide installation script for Windows CLI.
  • Improve compatibility with non-admin users and pipe security.
  • Configure service logging under %PROGRAMDATA%.

macOS

  • Add packaging support for Homebrew distribution.
  • Generate tar.gz release artifacts.

Other changes

  • Improvements to CI/CD pipeline and build scripts.
  • Logging and terminal feedback improvements.
  • Multiple cross-platform fixes and refactors.

v1.1.4

Choose a tag to compare

@dmesad dmesad released this 07 Dec 18:47
82f5414

Fixed

  • Update Arch package to avoid the iptables / iptables-nft conflict.

Full Changelog: v1.1.3...v1.1.4

v1.1.3

Choose a tag to compare

@dmesad dmesad released this 03 Dec 15:09
ae117e7

Changelog v1.1.3

New

  • Run wiredoor gateway container as non root user 4152238

Fixed

  • Refactor gateway network handling in login process and update NodeParams structure ae117e7

Full Changelog: v1.1.2...v1.1.3

v1.1.2

Choose a tag to compare

@dmesad dmesad released this 29 Aug 13:37

Changelog v1.1.2

Fixed

  • Fix validation of backendHost flag exposing tcp/udp service

Full Changelog: v1.1.1...v1.1.2

v1.1.1

Choose a tag to compare

@dmesad dmesad released this 03 Aug 17:59

Changelog v1.1.1

New

  • Add new flag interface to wiredoor gateway --subnet=<CIDR> command to Easily update the subnet and interface used by the local Wiredoor gateway for internal routing.

Fixed

  • Add support to new Wiredoor feature about multiple gateway networks

Full Changelog: v1.1.0...v1.1.1

v1.1.0

Choose a tag to compare

@dmesad dmesad released this 23 May 03:44

Changelog v1.1.0

New

  • Added wiredoor gateway --subnet=<CIDR> command to Easily update the subnet used by the local Wiredoor gateway for internal routing.

Fixed

  • Fixed wiredoor status to avoid duplicated tcp:// prefix in displayed TCP services.

Full Changelog: v1.0.4...v1.1.0

v1.0.4

Choose a tag to compare

@dmesad dmesad released this 22 May 21:42

Changelog

Add ttl flag to expose http or tcp and enable commands:

wiredoor tcp postgres --port 5432 --ttl 1h
wiredoor enable http 1 --ttl 10m

This would automatically disable or unexpose the service after the specified duration, improving security and reducing the need for manual cleanup of temporary exposures.

--ttl accepts durations like 120s, 10m, 1h, 2d, etc

v1.0.3

Choose a tag to compare

@dmesad dmesad released this 09 May 04:13

Full Changelog: v1.0.2...v1.0.3

Add Header User-Agent

v1.0.2

Choose a tag to compare

@dmesad dmesad released this 08 May 20:37

Wiredoor CLI v1.0.2

Official package support for Arch Linux!

Install Wiredoor CLI with pacman

curl -fsSL https://github.com/wiredoor/wiredoor-cli/releases/download/v1.0.2/wiredoor_1.0.2-1_archlinux_amd64.pkg.tar.zst
sudo pacman -U wiredoor-1.0.2-1-amd64.pkg.tar.zst

Or simply use our install script:

curl -s https://www.wiredoor.net/install-wiredoor-cli.sh | sh