Improve ip_cidr rule

This commit is contained in:
世界
2022-08-25 22:22:20 +08:00
parent fa017b5977
commit 9f6628445e
5 changed files with 55 additions and 47 deletions

View File

@@ -41,10 +41,12 @@
"cn"
],
"source_ip_cidr": [
"10.0.0.0/24"
"10.0.0.0/24",
"192.168.0.1"
],
"ip_cidr": [
"10.0.0.0/24"
"10.0.0.0/24",
"192.168.0.1"
],
"source_port": [
12345