From: Matt Joiner Date: Mon, 20 Apr 2015 07:35:21 +0000 (+1000) Subject: Add the --disable-tcp flag to the client options X-Git-Tag: v1.0.0~1202 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=1ba2f1875019a60d2567c7d2bb34890d86a32f7e;p=btrtrc.git Add the --disable-tcp flag to the client options --- 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",