mirror of
https://github.com/egorovna-developments/rule-set.git
synced 2026-05-17 02:32:28 +07:00
18 lines
250 B
JSON
18 lines
250 B
JSON
{
|
|
"version": 3,
|
|
"rules": [
|
|
{
|
|
"source_port": [],
|
|
"source_port_range": [
|
|
"21000:21999",
|
|
"65530:65535"
|
|
],
|
|
"port": [],
|
|
"port_range": [
|
|
"21000:21999",
|
|
"65530:65535"
|
|
]
|
|
}
|
|
]
|
|
}
|