8000 Releases Β· wiredoor/wiredoor-cli Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: wiredoor/wiredoor-cli

v1.1.0

23 May 03:44
Compare
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
Compare
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
Compare
Choose a tag to compare

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

Add Header User-Agent

v1.0.2

08 May 20:37
Compare
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
Compare
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
Compare
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 πŸŽ‰

0