Implement DCC streaming
This commit is contained in:
parent
973578bb49
commit
e33b9f05e4
15 changed files with 407 additions and 218 deletions
|
@ -109,8 +109,14 @@ func init() {
|
|||
viper.BindPFlags(rootCmd.PersistentFlags())
|
||||
viper.BindPFlags(rootCmd.Flags())
|
||||
|
||||
viper.SetDefault("hexIP", false)
|
||||
viper.SetDefault("verify_certificates", true)
|
||||
viper.SetDefault("https.enabled", true)
|
||||
viper.SetDefault("https.port", 443)
|
||||
viper.SetDefault("auth.anonymous", true)
|
||||
viper.SetDefault("auth.login", true)
|
||||
viper.SetDefault("auth.registration", true)
|
||||
viper.SetDefault("dcc.enabled", true)
|
||||
viper.SetDefault("dcc.autoget.delete", true)
|
||||
}
|
||||
|
||||
func initConfig(configPath string, overwrite bool) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue