Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicEric committed Jan 1, 2025
1 parent a6c19d7 commit 1e76508
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.3.1 (2024-12-31)

### Added

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sandhole"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
rust-version = "1.82.0"
description = "Expose HTTP/SSH/TCP services through SSH port forwarding."
Expand Down
2 changes: 1 addition & 1 deletion book/src/docker_compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Then, simply run:
docker compose up -d
```

You should also re-run this command whenever you make changes to your configuration. See the [official Docker Compose documentation](https://docs.docker.com/compose/) for more information.
You should also re-run this command whenever you make changes to your configuration and/or after you update to the latest image (`docker compose pull`). See the [official Docker Compose documentation](https://docs.docker.com/compose/) for more information.
6 changes: 3 additions & 3 deletions book/src/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ With the `--disable--http`, `--disable-tcp`, and `--disable-aliasing` [CLI flags

## How do I prevent multiple services from load-balancing?

With the `--load-balancing=deny` or `--load-balancing=replace` [CLI flag](./cli.md). This is currently a global setting.
With the `--load-balancing=deny` or `--load-balancing=replace` [CLI flag](./cli.md).

## How do I force HTTP requests to get redirected to HTTPS?

With the `--force-https` [CLI flag](./cli.md). This is currently a global setting.
With the `--force-https` [CLI flag](./cli.md).

## How do I allow/block certain IP ranges?

With the `--ip-allowlist` and `--ip-blocklist` [CLI flags](./cli.md) respectively. These are currently a global setting.
With the `--ip-allowlist` and `--ip-blocklist` [CLI flags](./cli.md) respectively.
2 changes: 1 addition & 1 deletion book/src/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
In order to run Sandhole, you'll need:

- A server with at least one public address.
- A domain pointing to said server (in this example, `server.com`).
- A domain (for example, `server.com`) and its subdomains (`*.server.com`) pointing to said server.

Then, install the Sandhole binary in your server. Currently, you can do so [through Docker Compose](./docker_compose.md), by downloading [a binary from the latest release](https://github.com/EpicEric/sandhole/releases/latest), or by [compiling it yourself](./compiling_from_source.md).

0 comments on commit 1e76508

Please sign in to comment.