fix: allow RTSP access
This commit is contained in:
parent
9b6e086f4c
commit
fa59ebd06a
1 changed files with 2 additions and 1 deletions
|
|
@ -146,6 +146,7 @@ in
|
|||
1984
|
||||
80
|
||||
8555
|
||||
8554
|
||||
];
|
||||
networking.firewall.allowedUDPPorts = [ 8555 ];
|
||||
networking.firewall.allowedUDPPorts = [ 8555 8554 ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue