[fix] 修改唯一索引问题

This commit is contained in:
wujiawei
2025-06-07 01:25:08 +08:00
parent 903ba88787
commit ca87968469
4 changed files with 17 additions and 11 deletions

View File

@ -72,6 +72,7 @@ public class NettySocksClientProxyServerSocket {
nettyProxyMsg.setClientTargetIp(targetIp);
nettyProxyMsg.setClientTargetPort(targetPort);
nettyProxyMsg.setClientId(clientId);
nettyProxyMsg.setVisitorId(visitorId);
nettyProxyMsg.setData(new byte[]{socks5AddressTypeByteValue});
transferChannel.writeAndFlush(nettyProxyMsg);