Update README.md

This commit is contained in:
Aram 🍐 2021-10-28 20:25:21 -04:00 committed by GitHub
parent c50fe8233a
commit ff97db3b44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ without needing to install WireGuard in a Pod.
## Usage ## Usage
**onetun** opens a TCP or UDP port on your local system, from which traffic is forwarded to a TCP port on a peer in your **onetun** opens a TCP or UDP port on your local system, from which traffic is forwarded to a port on a peer in your
WireGuard network. It requires no changes to your operating system's network interfaces: you don't need to have `root` WireGuard network. It requires no changes to your operating system's network interfaces: you don't need to have `root`
access, or install any WireGuard tool on your local system for it to work. access, or install any WireGuard tool on your local system for it to work.
@ -147,7 +147,7 @@ You can also run onetun using [Docker](https://hub.docker.com/r/aramperes/onetun
```shell ```shell
docker run --rm --name onetun --user 1000 -p 8080:8080 aramperes/onetun \ docker run --rm --name onetun --user 1000 -p 8080:8080 aramperes/onetun \
0.0.0.0:8080 192.168.4.2:8080 [...options...] 0.0.0.0:8080:192.168.4.2:8080 [...options...]
``` ```
You can also build onetun locally, using Rust: You can also build onetun locally, using Rust: