Skip to content

Releases: wiredoor/wiredoor-cli

v1.1.4

07 Dec 18:47
82f5414

Choose a tag to compare

Fixed

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

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

v1.1.3

03 Dec 15:09
ae117e7

Choose a tag to compare

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

29 Aug 13:37

Choose a tag to compare

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

03 Aug 17:59

Choose a tag to compare

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

23 May 03:44

Choose a tag to compare

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

22 May 21:42

Choose a tag to compare

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

09 May 04:13

Choose a tag to compare

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

Add Header User-Agent

v1.0.2

08 May 20:37

Choose a tag to compare

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

v1.0.1

08 May 13:17

Choose a tag to compare

Portable Static Binaries (CGO_ENABLED=0)

This release introduces fully static builds of wiredoor-cli compiled with CGO_ENABLED=0. These binaries are self-contained and no longer depend on the host system's glibc version.

If you were affected by errors related to GLIBC version mismatches, simply upgrade to this version, no additional changes are needed.

Initial Release

19 Apr 03:15

Choose a tag to compare

🚀 Wiredoor CLI v1.0.0

We're excited to release the first official version of wiredoor-cli a powerful command-line interface to connect, manage, and expose services securely over WireGuard, using Wiredoor Server.


Features

✅ Connect to a Wiredoor server with administrative credentials or node tokens
✅ Automatically register new nodes using login
✅ Expose HTTP and TCP/UDP services publicly over the tunnel
✅ Enable/disable services dynamically
✅ Monitor tunnel health and status
✅ Auto-reconnect via daemon mode
✅ Multi-arch builds: amd64, arm64
✅ Packages for:

  • Alpine Linux (.apk)
  • Debian/Ubuntu (.deb)
  • RHEL/Fedora (.rpm)
  • Docker image (multi-arch)

Installation

Use auto-installer or download a package below.

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

Supported Architectures

  • linux/amd64
  • linux/arm64

Contribute

Wiredoor is open source, PRs, issues, and feedback are welcome!

Secure ingress has never been this simple. Welcome to wiredoor-cli 🎉