tavicu / homebridge-samsung-tizen

Homebridge plugin for Samsung TV's with Tizen OS
MIT License
638 stars 86 forks source link

Samsung Tizen running on random port makes it impossible to allow through firewall #555

Closed iUnstable0 closed 1 year ago

iUnstable0 commented 1 year ago

As the title said, Samsung Tizen running on random port makes it impossible to allow through firewall

Please fix this, I need to enable ufw for security but Samsung tixen wont work because it runs on different port everytime

tavicu commented 1 year ago

The plugin don't decide which port to use, Homebridge does. And you can control that from the config.

Example:

{
    "bridge": {
        ...
    },
    "ports": {
        "start": 51510,
        "end": 51550
    },
    "description": "",
    "accessories": [],
    "platforms": []
}