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:
parent
9581a63e81
commit
ed2e56948e
7 changed files with 248 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue