mirror of
https://github.com/aramperes/onetun.git
synced 2025-09-09 06:58:31 -04:00
Simplify README intro
This commit is contained in:
parent
73671a4d07
commit
c8a62debb1
1 changed files with 7 additions and 6 deletions
11
README.md
11
README.md
|
@ -11,12 +11,13 @@ A cross-platform, user-space WireGuard port-forwarder that requires no system ne
|
|||
|
||||
## Use-case
|
||||
|
||||
- You have an existing WireGuard endpoint (router), accessible using its UDP endpoint (typically port 51820); and
|
||||
- You have a peer on the WireGuard network, running a TCP or UDP service on a port accessible to the WireGuard network; and
|
||||
- You want to access this TCP or UDP service from a second computer, on which you can't install WireGuard because you
|
||||
can't (no root access) or don't want to (polluting OS configs).
|
||||
Access TCP or UDP services running on your WireGuard network, from devices that don't have WireGuard installed.
|
||||
|
||||
For example, this can be useful to access a port on your WireGuard network from a dev machine that doesn't have WireGuard installed.
|
||||
Examples:
|
||||
|
||||
- Personal or shared computers where you can't install WireGuard (root)
|
||||
- IoT and mobile devices
|
||||
- Root-less containers
|
||||
|
||||
## Download
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue