fix: add default valid key
This commit is contained in:
parent
fb08af96bd
commit
d0aee76962
@ -55,7 +55,7 @@ impl IProfiles {
|
||||
|
||||
pub fn template() -> Self {
|
||||
Self {
|
||||
valid: Some(vec!["dns".into()]),
|
||||
valid: Some(vec!["dns".into(), "sub-rules".into(), "unified-delay".into()]),
|
||||
items: Some(vec![]),
|
||||
..Self::default()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user