mirror of
https://github.com/aramperes/onetun.git
synced 2025-09-08 23:58:31 -04:00
Update to Edition 2021 and fix docker build
This commit is contained in:
parent
75bad318f4
commit
00b45f8cb4
4 changed files with 7 additions and 6 deletions
|
@ -21,7 +21,7 @@ For example,
|
|||
|
||||
## Download
|
||||
|
||||
onetun is available to install from [crates.io](https://crates.io/crates/onetun) with Rust ≥1.55:
|
||||
onetun is available to install from [crates.io](https://crates.io/crates/onetun) with Rust ≥1.56:
|
||||
|
||||
```shell
|
||||
$ cargo install onetun
|
||||
|
@ -37,7 +37,7 @@ $ docker run --rm --name onetun --user 1000 -p 8080:8080 aramperes/onetun \
|
|||
0.0.0.0:8080:192.168.4.2:8080 [...options...]
|
||||
```
|
||||
|
||||
You can also build onetun locally, using Rust ≥1.55:
|
||||
You can also build onetun locally, using Rust ≥1.56:
|
||||
|
||||
```shell
|
||||
$ git clone https://github.com/aramperes/onetun && cd onetun
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue