mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 11:17:59 +00:00
add new protocol parameter for API2Client
This commit is contained in:
parent
e313c642f2
commit
16ea210512
@ -131,6 +131,7 @@ sub new {
|
||||
password => $param{password},
|
||||
host => $param{host} || 'localhost',
|
||||
port => $param{port},
|
||||
protocol => $param{protocol},
|
||||
timeout => $param{timeout} || 60,
|
||||
};
|
||||
bless $self;
|
||||
|
Loading…
Reference in New Issue
Block a user