File kodi.SuSEFirewall2 of Package kodi
10
1
## Name: Kodi web server interface
2
## Description: opens ports for kodi in order to allow other hosts connect to it
3
4
# space separated list of allowed TCP ports
5
TCP="1084 1131 1308 8080"
6
7
# space separated list of allowed UDP ports
8
UDP="1900 9777 12374"
9
10