2
0
mirror of synced 2025-02-24 06:38:14 +00:00

Config.Debug isn't just for logging

This commit is contained in:
Matt Joiner 2017-11-08 19:29:01 +11:00
parent 8712cc25d0
commit 2f8a2ada2e

View File

@ -58,7 +58,7 @@ type Config struct {
IPBlocklist iplist.Ranger IPBlocklist iplist.Ranger
DisableIPv6 bool `long:"disable-ipv6"` DisableIPv6 bool `long:"disable-ipv6"`
// Perform logging and any other behaviour that will help debug. // Perform logging and any other behaviour that will help debug.
Debug bool `help:"enable debug logging"` Debug bool `help:"enable debugging"`
} }
type EncryptionPolicy struct { type EncryptionPolicy struct {