fix: allowManagementFrom spec

This commit is contained in:
travisladuke
2024-04-11 14:14:13 -07:00
committed by Travis LaDuke
parent b5433721e2
commit 20634e05a9
+1 -1
View File
@@ -226,7 +226,7 @@ model NodeStatus {
clock: uSafeint;
config: {
settings: {
allowManagementFrom?: IP[];
allowManagementFrom?: IPSlashPort[];
allowTcpFallbackRelay: boolean;
forceTcpRelay: boolean;
listeningOn: IPSlashPort[];