Remove unused struct field
This commit is contained in:
parent
d27fd0488d
commit
0d1478b635
|
@ -41,7 +41,6 @@ type configuration struct {
|
||||||
type coreDNSConfig struct {
|
type coreDNSConfig struct {
|
||||||
binaryFile string
|
binaryFile string
|
||||||
coreFile string
|
coreFile string
|
||||||
Filters []filter `yaml:"-"`
|
|
||||||
Port int `yaml:"port"`
|
Port int `yaml:"port"`
|
||||||
|
|
||||||
dnsforward.FilteringConfig `yaml:",inline"`
|
dnsforward.FilteringConfig `yaml:",inline"`
|
||||||
|
|
Loading…
Reference in New Issue