]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Add manual flash policy socat server info.
authorJoel Martin <github@martintribe.org>
Sun, 10 Oct 2010 23:59:02 +0000 (18:59 -0500)
committerJoel Martin <github@martintribe.org>
Sun, 10 Oct 2010 23:59:02 +0000 (18:59 -0500)
docs/flash_policy.txt [new file with mode: 0644]

diff --git a/docs/flash_policy.txt b/docs/flash_policy.txt
new file mode 100644 (file)
index 0000000..df325c0
--- /dev/null
@@ -0,0 +1,4 @@
+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"