Skip to content

Commit

Permalink
Document default port applies to all interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
afbjorklund committed Oct 14, 2023
1 parent f117402 commit a792b7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/novnc_proxy.1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Starts the WebSockets proxy and a mini-webserver and
provides a cut-and-paste URL to go to.

--listen [HOST:]PORT Port for proxy/webserver to listen on
Default: 6080
Default: 6080 (on all interfaces)
--vnc VNC_HOST:PORT VNC server host:port proxy target
Default: localhost:5900
--cert CERT Path to combined cert/key file, or just
Expand Down
2 changes: 1 addition & 1 deletion utils/novnc_proxy
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ usage() {
echo "provides a cut-and-paste URL to go to."
echo
echo " --listen [HOST:]PORT Port for proxy/webserver to listen on"
echo " Default: 6080"
echo " Default: 6080 (on all interfaces)"
echo " --vnc VNC_HOST:PORT VNC server host:port proxy target"
echo " Default: localhost:5900"
echo " --cert CERT Path to combined cert/key file, or just"
Expand Down

0 comments on commit a792b7f

Please sign in to comment.