summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSam Whited <sam@samwhited.com>2022-03-04 11:55:08 -0500
committerSam Whited <sam@samwhited.com>2022-03-04 11:55:08 -0500
commit533def6748744789ccd49c36e6cf6c924944c9c4 (patch)
tree1298289bb75eae23190c474e123a53081f2ba861 /README.md
parent90a2efcfdb8cb73704d9030719916e96633af816 (diff)
obfsvpn: initial draft library API
Signed-off-by: Sam Whited <sam@samwhited.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6db45fb
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+# ObfsVPN
+
+The `obfsvpn` module contains a Go package that provides an easy mechanism to
+establish and listen for network connections that use the ntor handshake and
+OBFS4 obfuscation protocol.