|
@@ -55,7 +55,11 @@ impl IProfiles {
|
|
|
|
|
|
pub fn template() -> Self {
|
|
pub fn template() -> Self {
|
|
Self {
|
|
Self {
|
|
- valid: Some(vec!["dns".into()]),
|
|
|
|
|
|
+ valid: Some(vec![
|
|
|
|
+ "dns".into(),
|
|
|
|
+ "unified-delay".into(),
|
|
|
|
+ "tcp-concurrent".into(),
|
|
|
|
+ ]),
|
|
items: Some(vec![]),
|
|
items: Some(vec![]),
|
|
..Self::default()
|
|
..Self::default()
|
|
}
|
|
}
|