From ff97db3b4428cf8d762b82c55f8b2d7056581669 Mon Sep 17 00:00:00 2001 From: Aram Peres Date: Thu, 28 Oct 2021 20:25:21 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c32bd07..02754d4 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ without needing to install WireGuard in a Pod. ## 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` 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 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: