About proxy options in Deluge

Specific support for Deluge on Microsoft Windows OS
Post Reply
sleepwalker
Member
Member
Posts: 14
Joined: Mon Sep 22, 2008 12:23 pm

About proxy options in Deluge

Post 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.
Post Reply