Skip to content

Commit 1ec4c90

Browse files
committed
0.5.1
1 parent bc6322e commit 1ec4c90

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.5.1 (2025-03-31)
44

55
### Added
66

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sandhole"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2024"
55
rust-version = "1.85.0"
66
description = "Expose HTTP/SSH/TCP services through SSH port forwarding."

book/src/technical_overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ ssh -p 2222 -R mytunnel:80:localhost:8080 sandhole.com.br
4747

4848
6. Sandhole forwards the reply to client B.
4949

50-
To client A, requests arrive normally at the socket. To client B, Sandhole acts as if it were the service itself.
50+
To client A, requests arrive normally at the socket, despite only having an outbound SSH connection. To client B, Sandhole acts as if it were the service itself.

0 commit comments

Comments
 (0)