From 0c0fd67a02e82dfd1cc2f9d841918fe4de91d8ba Mon Sep 17 00:00:00 2001 From: Scott Roberts Date: Mon, 4 Mar 2024 22:08:36 -0700 Subject: [PATCH] update: add ports to config There are additional ports needed in the lastest controller --- omada/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/omada/config.json b/omada/config.json index 58ae73e54..117da338a 100644 --- a/omada/config.json +++ b/omada/config.json @@ -83,6 +83,8 @@ "29812/tcp": 29812, "29813/tcp": 29813, "29814/tcp": 29814, + "29815/tcp": 29815, + "29816/tcp": 29816, "8043/tcp": 8043, "8088/tcp": 8088, "8843/tcp": 8843, @@ -94,6 +96,8 @@ "29812/tcp": "legacy device discovery port", "29813/tcp": "legacy device upgrade port", "29814/tcp": "device adoption port", + "29815/tcp": "application data port", + "29816/tcp": "remote terminal session port", "8043/tcp": "web interface https", "8088/tcp": "web interface http", "8843/tcp": "portal https",