start of DCC implementation

(server side)

small refactoring and added speed calculation

fixup! small refactoring and added speed calculation

download progress

fixup! download progress
This commit is contained in:
Dario Piombo 2020-05-03 17:00:41 +02:00
parent 9581a63e81
commit ed2e56948e
7 changed files with 248 additions and 1 deletions

View file

@ -13,7 +13,9 @@ type Config struct {
Port string
Dev bool
HexIP bool
VerifyCertificates bool `mapstructure:"verify_certificates"`
VerifyCertificates bool `mapstructure:"verify_certificates"`
DownloadFolder string `mapstructure:"download_folder"`
Autoget bool
Headers map[string]string
Defaults Defaults
HTTPS HTTPS