1
0
Fork 0
mirror of https://github.com/proxysu/ProxySU.git synced 2025-04-02 13:26:16 +03:00

port issue

This commit is contained in:
autumn 2021-09-07 17:52:13 +08:00
parent e4bd5a9167
commit 3e71d14424

View file

@ -799,6 +799,7 @@ namespace ProxySuper.Core.Services
return new ConnectionInfo(
host: _host.Address,
username: _host.UserName,
port: _host.Port,
authenticationMethods: authMethods.ToArray());
}