From 7ae7b2f864eca8a0b6b73dd2d70a1a22b41f5db5 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 2 Jun 2022 14:25:51 -0400 Subject: [PATCH] Lol, bind vnc server to localhost only --- dockering/ib/run_x11_vnc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dockering/ib/run_x11_vnc.sh b/dockering/ib/run_x11_vnc.sh index 64197898..aa057a69 100755 --- a/dockering/ib/run_x11_vnc.sh +++ b/dockering/ib/run_x11_vnc.sh @@ -2,6 +2,7 @@ x11vnc \ -ncache_cr \ + -listen localhost \ -display :1 \ -forever \ -shared \