From b846da62943ef24c73923b3b9e0057c898b3f046 Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Sun, 19 Sep 2021 01:05:08 -0700 Subject: [PATCH] docs(readme) add naming information --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9f94765..c8b5a7c 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,9 @@ such as retransmissions and flow control will occur. The underlying UDP properti out-of-order delivery are fully preserved even if the connection ends up looking like a TCP connection from the perspective of firewalls/NAT devices. +Phantun means Phantom TUN, as it is an obfuscator for UDP traffic that does just enough work +to make it pass through stateful firewall/NATs as TCP packets. + ![Traffic flow diagram](images/traffic-flow.png) # Usage