mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-13 03:28:22 +00:00
17 lines
No EOL
408 B
JSON
17 lines
No EOL
408 B
JSON
{
|
|
"$id": "https://nfsense.net/schema/firewall/source_nat_rule.schema.json",
|
|
"title": "Source NAT Rule",
|
|
"$ref": "https://nfsense.net/schema/firewall/rule.schema.json",
|
|
"type": "object",
|
|
"properties": {
|
|
"type": {
|
|
"type": "string"
|
|
},
|
|
"address": {
|
|
"type": "string"
|
|
},
|
|
"service": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
} |