Create port.json

This commit is contained in:
2025-12-08 13:30:08 +07:00
committed by GitHub
parent f046d12d72
commit 70e64187d7
+11
View File
@@ -0,0 +1,11 @@
{
"version": 3,
"rules": [
{
"port": [],
"port_range": [
"21000:21999"
]
}
]
}