- Deluge Version: 1.3.11
- libtorrent Version: 0.16.17.0
- Operating System Version: OS X 10.10.3
- Plugins Enabled: None
- Installation Type: Package
https://torguard.net/checkmytorrentipaddress.php
...I get an error:
If I set the Proxy settings to "None" I can download the torrent (using my own IP). How can I download this file with the Proxy settings enabled?
Here's my core.conf proxies section (note I removed the sensitive info):
Code: Select all
"proxies": {
"peer": {
"username": "my email",
"password": "my password",
"type": 3,
"port": my port,
"hostname": "my IP"
},
"web_seed": {
"username": "my email",
"password": "my password",
"type": 3,
"port": my port,
"hostname": "my IP"
},
"tracker": {
"username": "my email",
"password": "my password",
"type": 3,
"port": my port,
"hostname": "my IP"
},