Skip to content

Commit 375dd4e

Browse files
committed
Bump to v0.2.0
1 parent 4ec962f commit 375dd4e

4 files changed

Lines changed: 3 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reverseproxy"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "TCP Reverse Proxy written in Rust"
66
authors = ["Yuki Kishimoto <yukikishimoto@proton.me>"]

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ Does NOT support TLS yet!
3030

3131
* Forward from local address to Tor hidden service (.onion) using embedded Tor client
3232

33-
To enable this feature, build the binary using `cargo build --release --features tor` or `cargo install --features tor`
34-
3533
```shell
3634
reverseproxy 127.0.0.1:8080 torhiddenservice.onion:80 --use-tor
3735
```

doc/build-unix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sudo make install
3131
### Ubuntu & Debian
3232

3333
```
34-
sudo apt install build-essential libssl-dev make pkg-config automake autoconf libtool
34+
sudo apt install build-essential libssl-dev make pkg-config automake autoconf libtool libsqlite-dev
3535
```
3636

3737
### Fedora

0 commit comments

Comments
 (0)