Page 1 of 1

About proxy options in Deluge

Posted: Tue Sep 28, 2010 4:49 am
by sleepwalker
I've seen that starting from a few releases ago, Deluge has proxy options... Hence, when trying to use a socks v5 proxy (or v4 for that matter), it gives the following message:

Code: Select all

Error: The requested name is valid, but no data of the requested type was found
.
Therefore, I suggest that a "Resolve Host Name" option should be implemented... I don't know how you can do that in python, but in C# it's done kinda like this

Code: Select all

Dns.GetHostByAddress(IPAddress).HostName
Keep up the good work on the devel part guys:-D.