torrent/config.go

11 lines
194 B
Go

package torrent
type Config struct {
DataDir string
ListenAddr string
DisableTrackers bool
DownloadStrategy DownloadStrategy
NoDHT bool
NoUpload bool
}