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
組み込みの静的ファイル Web サーバーを有効にして、リモート サーバーに転送するには:
./run --web /path/to/novnc 6080 remote_hostname:5900