mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-13 03:28:22 +00:00
25 lines
No EOL
557 B
JSON
25 lines
No EOL
557 B
JSON
{
|
|
"$id": "https://nfsense.net/schema/firewall/match.schema.json",
|
|
"title": "Match",
|
|
"type": "object",
|
|
"properties": {
|
|
"services": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"source_addresses": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"destination_addresses": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|
|
} |