summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpykgi6 <94954964+pykgi6@users.noreply.github.com>2021-11-24 07:33:08 +0000
committerGitHub <noreply@github.com>2021-11-24 07:33:08 +0000
commit466f1f9af6f0a7653e610a6be9dfb3464b306238 (patch)
treea4de1fe01750f046d5fb1eb96f7d9797714d749a
parentc143a852b15b2128c879f2471b5c9b7ee22805e8 (diff)
downloadnovnc-466f1f9af6f0a7653e610a6be9dfb3464b306238.tar.gz
Document binding to localhost in Quick Start
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index fd5012f..43b7e76 100644
--- a/README.md
+++ b/README.md
@@ -113,6 +113,11 @@ proxy.
used to specify the location of a running VNC server:
`./utils/novnc_proxy --vnc localhost:5901`
+
+* If you don't need to expose the web server to public internet, you can
+ bind to localhost:
+
+ `./utils/novnc_proxy --vnc localhost:5901 --listen localhost:6081`
* Point your browser to the cut-and-paste URL that is output by the `novnc_proxy`
script. Hit the Connect button, enter a password if the VNC server has one