Commit a3879250 authored by Honfika's avatar Honfika

fix

parent 4aa42678
...@@ -375,7 +375,7 @@ retry: ...@@ -375,7 +375,7 @@ retry:
? ProxyTypes.Socks4 ? ProxyTypes.Socks4
: ProxyTypes.Socks5; : ProxyTypes.Socks5;
proxySocket.ProxyEndPoint = new IPEndPoint(ipAddresses[0], port); proxySocket.ProxyEndPoint = new IPEndPoint(ipAddress, port);
if (!string.IsNullOrEmpty(externalProxy.UserName) && externalProxy.Password != null) if (!string.IsNullOrEmpty(externalProxy.UserName) && externalProxy.Password != null)
{ {
proxySocket.ProxyUser = externalProxy.UserName; proxySocket.ProxyUser = externalProxy.UserName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment