fix: Add gigE cameras to firewall allow list.
This commit is contained in:
@@ -376,6 +376,12 @@ in
|
|||||||
8554 # RTSP (MediaMTX)
|
8554 # RTSP (MediaMTX)
|
||||||
8889 # MediaMTX WebRTC
|
8889 # MediaMTX WebRTC
|
||||||
];
|
];
|
||||||
|
|
||||||
|
networking.firewall.allowedUDPPorts = [
|
||||||
|
3956 # GigE Vision Control Protocol (GVCP)
|
||||||
|
];
|
||||||
|
|
||||||
|
networking.firewall.allowPing = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Any other usda-dash specific configuration
|
# Any other usda-dash specific configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user