GUACAMOLE-1245: Add client parameters for specifying WoL port.

This commit is contained in:
Virtually Nick
2020-12-28 12:09:25 -05:00
parent 899fff76da
commit c3812b52ee
5 changed files with 20 additions and 0 deletions

View File

@@ -452,6 +452,10 @@
"name" : "wol-broadcast-addr",
"type" : "TEXT"
},
{
"name" : "wol-udp-port",
"type" : "NUMERIC"
},
{
"name" : "wol-wait-time",
"type" : "NUMERIC"

View File

@@ -219,6 +219,10 @@
"name" : "wol-broadcast-addr",
"type" : "TEXT"
},
{
"name" : "wol-udp-port",
"type" : "NUMERIC"
},
{
"name" : "wol-wait-time",
"type" : "NUMERIC"

View File

@@ -176,6 +176,10 @@
"name" : "wol-broadcast-addr",
"type" : "TEXT"
},
{
"name" : "wol-udp-port",
"type" : "NUMERIC"
},
{
"name" : "wol-wait-time",
"type" : "NUMERIC"

View File

@@ -222,6 +222,10 @@
"name" : "wol-broadcast-addr",
"type" : "TEXT"
},
{
"name" : "wol-udp-port",
"type" : "NUMERIC"
},
{
"name" : "wol-wait-time",
"type" : "NUMERIC"