Skip to content

Commit

Permalink
bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
neevek committed Nov 28, 2024
1 parent ae2e0a6 commit fdd8ded
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
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 = "rstun"
version = "0.6.2"
version = "0.6.3"
edition = "2021"

[lib]
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ rstund \
```
rstunc
--mode OUT \
--server-addr 1.2.3.4:6060 \
--addr 1.2.3.4:6060 \
--password 123456 \
--cert path/to/cert.der \
--addr-mapping 0.0.0.0:9900^8800
--tcp-mapping 0.0.0.0:9900^8800 \
--loglevel D
```
- `--mode`, `OUT` for securing data from local to the server through the tunnel.
- `--server-addr`, domain name or IP address of the server.
Expand Down

0 comments on commit fdd8ded

Please sign in to comment.