mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
#1145 on startup, proxy type would change from SOCKS5 to SOCKS4
This commit is contained in:
@@ -747,7 +747,7 @@
|
||||
if ([typeString isEqualToString: @"SOCKS4"])
|
||||
type = TR_PROXY_SOCKS4;
|
||||
else if ([typeString isEqualToString: @"SOCKS5"])
|
||||
type = TR_PROXY_SOCKS4;
|
||||
type = TR_PROXY_SOCKS5;
|
||||
else
|
||||
{
|
||||
//safety
|
||||
|
||||
Reference in New Issue
Block a user