Skip to content

Commit 0afff80

Browse files
author
Robert Senderek
committed
transmission: add support for announcing both IPV4 and IPV6 address to tracker
4.0.x updates method to annouce IP to tracker. tested and Signed-off-by: Robert Senderek <[email protected]>
1 parent eaf00f6 commit 0afff80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

net/transmission/files/transmission.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ config transmission
1515
option alt_speed_time_end 1020
1616
option alt_speed_up 50
1717
option bind_address_ipv4 '0.0.0.0'
18-
option bind_address_ipv6 '::'
1918
option blocklist_enabled false
2019
option blocklist_url ''
2120
option cache_size_mb 2

net/transmission/files/transmission.init

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,11 @@ transmission() {
128128
watch_dir_enabled rpc_host_whitelist_enabled
129129

130130
append_params_quotes "$cfg" \
131-
blocklist_url bind_address_ipv4 bind_address_ipv6 download_dir incomplete_dir \
131+
blocklist_url bind_address_ipv4 download_dir incomplete_dir \
132132
peer_congestion_algorithm peer_socket_tos rpc_bind_address rpc_password rpc_url \
133133
rpc_username rpc_host_whitelist rpc_whitelist script_torrent_done_filename watch_dir
134134

135+
echo '"bind-address-ipv6": "",'
135136
echo "\"invalid-key\": false"
136137
echo "}"
137138

0 commit comments

Comments
 (0)