Update quickemu

Limit spice to localhost, preventing potential unauthorized access.
pull/534/head
Deihim Poornader 2 years ago committed by Martin Wimpress
parent 573b2566cb
commit 6474505dc2
  1. 2
      quickemu

@ -833,7 +833,7 @@ function vm_boot() {
echo -n " --spice-shared-dir ${PUBLIC}"
fi
echo "${FULLSPICY}"
SPICE="${SPICE},port=${SPICE_PORT}"
SPICE="${SPICE},port=${SPICE_PORT},addr=127.0.0.1"
fi
if [ -n "${PUBLIC}" ]; then

Loading…
Cancel
Save