bundles/kodi: allow websocket port in firewall
This commit is contained in:
parent
ee86b5a121
commit
2f885e7bfb
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ def firewall(metadata):
|
|||
'firewall': {
|
||||
'port_rules': {
|
||||
'8080': atomic(metadata.get('kodi/restrict-to', {'*'})),
|
||||
'9090': atomic(metadata.get('kodi/restrict-to', {'*'})),
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue