Update port configuration from 3000 to 1411 in domain, firewall, and service JSON files

This commit is contained in:
gyurix
2025-08-30 09:48:49 +02:00
parent 9c0932bdd4
commit 37e93e661d
3 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,7 @@
"PORTS": [
{
"SOURCE": "null",
"DEST": "3000",
"DEST": "1411",
"TYPE": "tcp"
}
],