Update port.json

This commit is contained in:
2025-12-08 14:02:54 +07:00
committed by GitHub
parent 1df467fc80
commit 41ef0037ea
+4 -2
View File
@@ -4,11 +4,13 @@
{
"source_port": [],
"source_port_range": [
"21000:21999"
"21000:21999",
"65530:65535"
],
"port": [],
"port_range": [
"21000:21999"
"21000:21999",
"65530:65535"
]
}
]