bundles/kodi: allow websocket port in firewall

This commit is contained in:
Franzi 2021-10-31 09:43:07 +01:00
parent ee86b5a121
commit 2f885e7bfb
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -50,6 +50,7 @@ def firewall(metadata):
'firewall': {
'port_rules': {
'8080': atomic(metadata.get('kodi/restrict-to', {'*'})),
'9090': atomic(metadata.get('kodi/restrict-to', {'*'})),
},
},
}