mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-24 23:25:24 +00:00
listen 127.0.0.1
This commit is contained in:
parent
9e294ade3c
commit
01fc85e1fc
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ class wvmCreate(wvmConnect):
|
||||||
|
|
||||||
xml += """ <input type='mouse' bus='ps2'/>
|
xml += """ <input type='mouse' bus='ps2'/>
|
||||||
<input type='tablet' bus='usb'/>
|
<input type='tablet' bus='usb'/>
|
||||||
<graphics type='%s' port='-1' autoport='yes' passwd='%s'/>
|
<graphics type='%s' port='-1' autoport='yes' passwd='%s' listen='127.0.0.1'/>
|
||||||
<console type='pty'/>
|
<console type='pty'/>
|
||||||
<video>
|
<video>
|
||||||
<model type='cirrus'/>
|
<model type='cirrus'/>
|
||||||
|
|
Loading…
Reference in a new issue