mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
11 lines
149 B
XML
11 lines
149 B
XML
defaults {
|
|
key = "val";
|
|
foo = "bar";
|
|
many = "values here";
|
|
}
|
|
mything {
|
|
key = "newval";
|
|
foo = "bar";
|
|
many = "values here";
|
|
}
|
|
|