#2137 closed patch (Duplicate)
Add announce_ip support
Reported by: | gkuenning | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 2.0.0 |
Component: | Core | Version: | 1.3.5 |
Keywords: | Cc: |
Description
Deluge can't be used as a seeder from behind a NAT firewall, even if the firewall is configured to forward the appropriate ports, because there is no way to announce the true IP to the tracker.
The enclosed patch modifies deluge 1.3.5 to add a -T switch (alias --libtorrent) that allows an announce_ip parameter to be passed to libtorrent. It also modifies libtorrent itself to correctly process that parameter.
As a pleasant side effect, all other libtorrent options can now be passed through from deluge.
Attachments (1)
Change History (5)
by , 12 years ago
Attachment: | announce_ip.patch added |
---|
comment:1 by , 12 years ago
Milestone: | Future → 1.4.0 |
---|
comment:3 by , 9 years ago
Milestone: | 2.0.x → 2.0 |
---|
Note:
See TracTickets
for help on using tickets.
Patch to add announce_ip support