Releases: wiredoor/wiredoor-cli
v1.1.0
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 duplicatedtcp://
prefix in displayed TCP services.
Full Changelog: v1.0.4...v1.1.0
v1.0.4
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
Full Changelog: v1.0.2...v1.0.3
Add Header User-Agent
v1.0.2
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
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
π 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
π