mirror of
https://github.com/proxysu/ProxySU.git
synced 2025-02-16 14:43:14 +03:00
port issue
This commit is contained in:
parent
e4bd5a9167
commit
3e71d14424
@ -799,6 +799,7 @@ namespace ProxySuper.Core.Services
|
|||||||
return new ConnectionInfo(
|
return new ConnectionInfo(
|
||||||
host: _host.Address,
|
host: _host.Address,
|
||||||
username: _host.UserName,
|
username: _host.UserName,
|
||||||
|
port: _host.Port,
|
||||||
authenticationMethods: authMethods.ToArray());
|
authenticationMethods: authMethods.ToArray());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user