mirror of
https://git.proxmox.com/git/mirror_novnc
synced 2025-08-17 05:50:20 +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"
|