File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments