]> Sergey Matveev's repositories - btrtrc.git/blobdiff - config.go
Allow configuring Client torrent data opener, config dir, disabling metainfo cache...
[btrtrc.git] / config.go
index c78db5be6f84d246dd6f1e31ee863f82f67c1e4a..29d35c6ab5164e5c72ed94bf83e8ba66b66681b5 100644 (file)
--- a/config.go
+++ b/config.go
@@ -16,4 +16,8 @@ type Config struct {
        DisableUTP         bool
        DisableTCP         bool
        NoDefaultBlocklist bool
+       // Defaults to "$HOME/.config/torrent"
+       ConfigDir            string
+       DisableMetainfoCache bool
+       TorrentDataOpener
 }