From 20634e05a9bf01bb07c4d22e8ee4faf74b0e4c60 Mon Sep 17 00:00:00 2001 From: travisladuke Date: Thu, 11 Apr 2024 09:57:14 -0700 Subject: [PATCH] fix: allowManagementFrom spec --- main.tsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tsp b/main.tsp index c77eec3..773931f 100644 --- a/main.tsp +++ b/main.tsp @@ -226,7 +226,7 @@ model NodeStatus { clock: uSafeint; config: { settings: { - allowManagementFrom?: IP[]; + allowManagementFrom?: IPSlashPort[]; allowTcpFallbackRelay: boolean; forceTcpRelay: boolean; listeningOn: IPSlashPort[];