Skip to content

Commit

Permalink
fix bad yaml key identifier for dnstap-relay collector(#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard authored Jan 16, 2024
1 parent 57a7a24 commit 2d47aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgconfig/collectors.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type ConfigCollectors struct {
TLSMinVersion string `yaml:"tls-min-version"`
CertFile string `yaml:"cert-file"`
KeyFile string `yaml:"key-file"`
} `yaml:"dnstap-proxifier"`
} `yaml:"dnstap-relay"`
AfpacketLiveCapture struct {
Enable bool `yaml:"enable"`
Port int `yaml:"port"`
Expand Down

0 comments on commit 2d47aa5

Please sign in to comment.