From dfa32f74d0a4bbb7d9bbd8b5e36a8bc504db60c2 Mon Sep 17 00:00:00 2001 From: Aram Peres Date: Fri, 15 Oct 2021 20:48:49 -0400 Subject: [PATCH] Clarify --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 129ffea..e48c852 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,11 @@ A cross-platform, user-space WireGuard port-forwarder that requires no system ne ## How it works **onetun** opens a TCP port on your local system, from which traffic is forwarded to a TCP port on a peer in your -WireGuard network. It requires no changes to your operating system's network interfaces. +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. -The only prerequisite is to register a peer IP and public key on your WireGuard endpoint; those are necessary for the -WireGuard endpoint to trust the onetun peer and for packets to be routed. +The only prerequisite is to register a peer IP and public key on the remote WireGuard endpoint; those are necessary for +the WireGuard endpoint to trust the onetun peer and for packets to be routed. ``` ./onetun \