Document default port applies to all interfaces
This commit is contained in:
parent
f1174023c1
commit
a792b7f39e
|
@ -9,7 +9,7 @@ Starts the WebSockets proxy and a mini-webserver and
|
||||||
provides a cut-and-paste URL to go to.
|
provides a cut-and-paste URL to go to.
|
||||||
|
|
||||||
--listen [HOST:]PORT Port for proxy/webserver to listen on
|
--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
|
--vnc VNC_HOST:PORT VNC server host:port proxy target
|
||||||
Default: localhost:5900
|
Default: localhost:5900
|
||||||
--cert CERT Path to combined cert/key file, or just
|
--cert CERT Path to combined cert/key file, or just
|
||||||
|
|
|
@ -14,7 +14,7 @@ usage() {
|
||||||
echo "provides a cut-and-paste URL to go to."
|
echo "provides a cut-and-paste URL to go to."
|
||||||
echo
|
echo
|
||||||
echo " --listen [HOST:]PORT Port for proxy/webserver to listen on"
|
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 " --vnc VNC_HOST:PORT VNC server host:port proxy target"
|
||||||
echo " Default: localhost:5900"
|
echo " Default: localhost:5900"
|
||||||
echo " --cert CERT Path to combined cert/key file, or just"
|
echo " --cert CERT Path to combined cert/key file, or just"
|
||||||
|
|
Loading…
Reference in New Issue