Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经下载了 websockify,但现在我不知道如何运行它。
显示使用信息:
./run --help
要侦听端口 6080 (WebSocket) 并转发到 localhost 端口 5900 (TCP):
./run 6080 :5900
要启用嵌入式静态文件网络服务器并转发到远程服务器:
./run --web /path/to/novnc 6080 remote_hostname:5900