mirror of
https://git.proxmox.com/git/qemu-server
synced 2026-01-04 14:09:21 +00:00
spice : fix proxy address
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
46246f04e9
commit
e554e5b9a9
@ -1388,7 +1388,7 @@ __PACKAGE__->register_method({
|
||||
return {
|
||||
type => 'spice',
|
||||
host => $proxyticket,
|
||||
proxy => $host,
|
||||
proxy => "http://$host:3128",
|
||||
port => 0, # not used for now
|
||||
password => $ticket
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user