From 6490c8f51d8c91386d9b158fdf55efa88e6585d2 Mon Sep 17 00:00:00 2001 From: Justin Li Date: Tue, 24 Mar 2015 00:32:59 -0400 Subject: [PATCH] docs: Add create_on_announce to list of config keys --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a994ea4..4b0db91 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,13 @@ The listen address for the HTTP server. If only a port is specified, the tracker Whether this is a public or private tracker. +##### `create_on_announce` + + type: bool + default: true + +Whether to register new torrents with the tracker when any client announces (`true`), or to return an error if the torrent doesn't exist (`false`). This should be set to `false` for private trackers in most cases. + ##### `purge_inactive_torrents` type: bool