mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-26 15:13:34 +00:00
5 lines
197 B
Plaintext
5 lines
197 B
Plaintext
Manual setup:
|
|
|
|
DATA="echo \'<cross-domain-policy><allow-access-from domain=\\\"*\\\" to-ports=\\\"*\\\" /></cross-domain-policy>\'"
|
|
/usr/bin/socat -T 1 TCP-L:843,reuseaddr,fork,crlf SYSTEM:"$DATA"
|