use only localhost for vnc

This commit is contained in:
q
2017-02-27 09:21:58 +02:00
parent 496bd5c8ff
commit 6fc9fea18f

View File

@@ -18,6 +18,7 @@ vncserver :$dn -depth 24 \
-geometry 1920x1200 \ -geometry 1920x1200 \
-geometry 2560x1440 \ -geometry 2560x1440 \
-geometry 2560x1600 \ -geometry 2560x1600 \
-localhost \
-rfbport $dn -rfbport $dn
ec=$? ec=$?
echo "Kill with vnckill" echo "Kill with vnckill"