mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 14:41:21 +00:00
GUAC-672: Add "telnet" to list of known protocols. Associate terminal icon with telnet.
This commit is contained in:
@@ -69,7 +69,7 @@ public class List extends AuthenticatingHttpServlet {
|
||||
* Array of all known protocol names.
|
||||
*/
|
||||
private static final String[] KNOWN_PROTOCOLS = new String[]{
|
||||
"vnc", "rdp", "ssh"};
|
||||
"vnc", "rdp", "ssh", "telnet"};
|
||||
|
||||
/**
|
||||
* Parses the given XML file, returning the parsed ProtocolInfo.
|
||||
|
Reference in New Issue
Block a user