This commit is contained in:
Frank Denis 2020-12-11 12:25:57 +01:00
parent 54b0a5a18d
commit d6d8c37ef6
1 changed files with 3 additions and 3 deletions

View File

@ -215,9 +215,9 @@ type BlockIPConfigLegacy struct {
}
type AllowIPConfig struct {
File string `toml:"allowed_ips_file"`
LogFile string `toml:"log_file"`
Format string `toml:"log_format"`
File string `toml:"allowed_ips_file"`
LogFile string `toml:"log_file"`
Format string `toml:"log_format"`
}
type AnonymizedDNSRouteConfig struct {