diff --git a/config/config.go b/config/config.go index 536d165..28afdc6 100644 --- a/config/config.go +++ b/config/config.go @@ -65,7 +65,7 @@ type Config struct { Tracker DriverConfig `json:"tracker"` Backend DriverConfig `json:"backend"` - Private bool `json:"private"` + Private bool `json:"private_tracker"` Freeleech bool `json:"freeleech"` Whitelist bool `json:"whitelist"` PurgeInactiveTorrents bool `json:"purge_inactive_torrents"` diff --git a/example.json b/example.json index e74aee5..ddfa196 100644 --- a/example.json +++ b/example.json @@ -10,7 +10,7 @@ "driver": "noop" }, - "private": false, + "private_tracker": false, "freeleech": false, "whitelist": false, "purge_inactive_torrents": true,