1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-21 20:56:08 +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());
}