From 1ba2f1875019a60d2567c7d2bb34890d86a32f7e Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Mon, 20 Apr 2015 17:35:21 +1000 Subject: [PATCH] Add the --disable-tcp flag to the client options --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index 8a591158..56081998 100644 --- a/config.go +++ b/config.go @@ -27,7 +27,7 @@ type Config struct { // For the bittorrent protocol. DisableUTP bool // For the bittorrent protocol. - DisableTCP bool + DisableTCP bool `long:"disable-tcp"` // Don't automatically load "$ConfigDir/blocklist". NoDefaultBlocklist bool // Defaults to "$HOME/.config/torrent". This is where "blocklist", -- 2.48.1