Improve ip_cidr rule

This commit is contained in:
世界
2022-08-25 22:23:26 +08:00
parent fa017b5977
commit 9f6628445e
5 changed files with 55 additions and 47 deletions
+2 -1
View File
@@ -38,7 +38,8 @@
"private"
],
"source_ip_cidr": [
"10.0.0.0/24"
"10.0.0.0/24",
"192.168.0.1"
],
"source_port": [
12345
+4 -2
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