mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
Do not lose filter name when saving to yaml
This commit is contained in:
parent
5ae2a32d6e
commit
e689c7d940
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ type coreDNSConfig struct {
|
|||
|
||||
type filter struct {
|
||||
URL string `json:"url"`
|
||||
Name string `json:"name" yaml:"-"`
|
||||
Name string `json:"name" yaml:"name"`
|
||||
Enabled bool `json:"enabled"`
|
||||
RulesCount int `json:"rules_count" yaml:"-"`
|
||||
contents []byte
|
||||
|
|
Loading…
Add table
Reference in a new issue