summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2021-03-22 09:23:15 +0100
committerGitHub <noreply@github.com>2021-03-22 09:23:15 +0100
commitc5d365dd1dbfee89881f1c1c02a2ac64838d645f (patch)
tree829f4bcdc0032822731f60038e5fc59fe2bfbfd4
parent24c3f75edefe49473389c5e11f4af335d49b6e75 (diff)
parent27e0ce71eddc5d86a2675941f28b8b681b8adb85 (diff)
downloadwebsockify-c5d365dd1dbfee89881f1c1c02a2ac64838d645f.tar.gz
Merge pull request #479 from llopisdon/patch-1
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5ad1152..1922b4c 100644
--- a/README.md
+++ b/README.md
@@ -125,7 +125,7 @@ In addition to proxying from a source address to a target address
launch a program on the local system and proxy WebSockets traffic to
a normal TCP port owned/bound by the program.
-The is accomplished with a small LD_PRELOAD library (`rebind.so`)
+This is accomplished by the LD_PRELOAD library (`rebind.so`)
which intercepts bind() system calls by the program. The specified
port is moved to a new localhost/loopback free high port. websockify
then proxies WebSockets traffic directed to the original port to the