-
Notifications
You must be signed in to change notification settings - Fork 3.8k
transmission: add support for announcing both IPV4 and IPV6 address to tracker #25824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
a98ceb3 to
0afff80
Compare
|
cc @dangowrt |
| option alt_speed_time_end 1020 | ||
| option alt_speed_up 50 | ||
| option bind_address_ipv4 '0.0.0.0' | ||
| option bind_address_ipv6 '::' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are saying that '' is not accepted, but I see it in blocklist_url. I think the issue is elsewhere.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see it
root@wdcm:~# grep block /mnt/sdc2/transmission/settings.json
"blocklist-enabled": false,
root@wdcm:~# grep block /etc/config/transmission
option blocklist_enabled 'false'
| peer_congestion_algorithm peer_socket_tos rpc_bind_address rpc_password rpc_url \ | ||
| rpc_username rpc_host_whitelist rpc_whitelist script_torrent_done_filename watch_dir | ||
|
|
||
| echo '"bind-address-ipv6": "",' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dont think that this is right.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As explained above . Maybe doesn't look right but It's working as shown.
|
This probably needs a |
|
@nicefile: Have you seen comments on your PR? |
542ec5e to
a89cc60
Compare
Transmission 4.0.x update method how IPv6 address is handled This change allows announcing both IPv4 and IPv6 addresses to the tracker tested and Signed-off-by: Robert Senderek <[email protected]>
Maintainer: @danwrt
Compile tested:
Run tested:
Description:
Recent transmission versions did change announce method for ipv6
(transmission/transmission#5336 (comment))
before:
after
I've done practical tests using ipv4 and ipv6 tracker torrent.ubuntu.com
port open test for ipv4 and ipv6 port.tools/port-checker shows both green (after router firewall configuration)
bind_address_ipv6 ""is not accepted in /etc/config/transmission and will cause transmission-daemon fail to start