Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
ce03d01d
Commit
ce03d01d
authored
Jun 30, 2021
by
Francesc Guasch
Browse files
Set correct RDP port
parent
73631c34
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
ce03d01d
...
...
@@ -722,18 +722,19 @@ sub _scheduled_fedora_releases($self,$data) {
}
sub
_add_domain_drivers_display
($self) {
my
$port_rdp
=
3389
;
my
%data
=
(
'
KVM
'
=>
[
'
spice
'
,'
vnc
'
,{
name
=>
'
x2go
',
data
=>
22
}
,{
name
=>
'
Windows RDP
',
value
=>
'
rdp
',
data
=>
356
}
,{
name
=>
'
Windows RDP
',
value
=>
'
rdp
',
data
=>
$port_rdp
}
]
,'
Void
'
=>
[
'
void
'
,'
spice
'
,{
name
=>
'
x2go
',
data
=>
22
}
,{
name
=>
'
Windows RDP
',
value
=>
'
rdp
'
,
data
=>
356
}
,{
name
=>
'
Windows RDP
',
value
=>
'
rdp
'
,
data
=>
$port_rdp
}
]
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment