From 9fbe2f9bda72f61ae8e93dcfa80b509df4809851 Mon Sep 17 00:00:00 2001 From: Gitoffthelawn Date: Sat, 25 Sep 2021 09:09:33 -0700 Subject: [PATCH] Improved clarity of the project's functionality --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d4ec165..365bfb9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # Gnirehtet (v2.5) -This project provides **reverse tethering** over `adb` for Android: it -allows devices to use the internet connection of the computer they are plugged -on. It does not require any _root_ access (neither on the device nor on the -computer). It works on _GNU/Linux_, _Windows_ and _Mac OS_. +This project provides **reverse tethering** for Android over `adb`: it +allows Android devices to use the internet connection of the computer to which +they are physically connected. It does not require any _root_ access +(neither on the Android devices, nor on the computer). + +It works on _GNU/Linux_, _Windows_ and _Mac OS_. Currently, it relays [TCP] and [UDP] over [IPv4] traffic, but it does not support [IPv6] (yet?).