🔨 添加个性化配置.

This commit is contained in:
lijiahangmax
2025-07-07 14:42:54 +08:00
parent aed5d10eed
commit 4643c37a5a
12 changed files with 507 additions and 43 deletions

View File

@@ -89,7 +89,6 @@ public class GuacdTunnel implements IGuacdTunnel {
@Override
public void connect() throws GuacdException {
try {
// TODO 端口转发
this.socket = new ConfiguredGuacamoleSocket(new InetGuacamoleSocket(serverAddress, serverPort), serverConfig, clientConfig);
this.tunnel = new CustomGuacamoleTunnel(uuid, socket);
} catch (GuacamoleException e) {