mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Rename remote-server to connection.
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
<authorize username="USERNAME" password="PASSWORD">
|
||||
|
||||
<!-- Single authorized connection -->
|
||||
<remote-server servername="localhost">
|
||||
<connection name="localhost">
|
||||
<protocol>vnc</protocol>
|
||||
<param name="hostname">localhost</param>
|
||||
<param name="port">5900</param>
|
||||
<param name="password">VNCPASS</param>
|
||||
</remote-server>
|
||||
</connection>
|
||||
|
||||
</authorize>
|
||||
|
||||
@@ -21,20 +21,20 @@
|
||||
encoding="md5">
|
||||
|
||||
<!-- First authorized connection -->
|
||||
<remote-server servername="localhost">
|
||||
<connection name="localhost">
|
||||
<protocol>vnc</protocol>
|
||||
<param name="hostname">localhost</param>
|
||||
<param name="port">5901</param>
|
||||
<param name="password">VNCPASS</param>
|
||||
</remote-server>
|
||||
</connection>
|
||||
|
||||
<!-- Second authorized connection -->
|
||||
<remote-server servername="otherhost">
|
||||
<connection name="otherhost">
|
||||
<protocol>vnc</protocol>
|
||||
<param name="hostname">otherhost</param>
|
||||
<param name="port">5900</param>
|
||||
<param name="password">VNCPASS</param>
|
||||
</remote-server>
|
||||
</connection>
|
||||
|
||||
</authorize>
|
||||
|
||||
|
Reference in New Issue
Block a user