mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-08 02:39:29 +08:00
111
This commit is contained in:
parent
310519a28a
commit
a811caca59
|
@ -180,7 +180,7 @@ namespace SuiDao.Client
|
|||
|
||||
try
|
||||
{
|
||||
_client = new Connecter("127.0.0.1", 2271);
|
||||
_client = new Connecter(server.ip, server.bind_port);
|
||||
_client.Connect();
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
|
Loading…
Reference in New Issue
Block a user