Skip to content

Commit 20634e0

Browse files
committed
fix: allowManagementFrom spec
1 parent b543372 commit 20634e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ model NodeStatus {
226226
clock: uSafeint;
227227
config: {
228228
settings: {
229-
allowManagementFrom?: IP[];
229+
allowManagementFrom?: IPSlashPort[];
230230
allowTcpFallbackRelay: boolean;
231231
forceTcpRelay: boolean;
232232
listeningOn: IPSlashPort[];

0 commit comments

Comments
 (0)