Skip to content

Feature Request: restrict access to uarttcp by IP #1800

@diepeterpan

Description

@diepeterpan

Problem:
When using OpenBeken on a LAN, other users can intercept a Zigbee stream via UARTTCP, since there is no security on the stream.

Proposed Solution:
Limit access based on the calling IP number. Add a parameter to UartTCP.

// startDriver UartTCP [baudrate] [buffer size] [connection channel] [hw flow control] [limit to IP]

e.g.

startdriver uarttcp 115200 512 1 1 172.16.1.220

Benefits:
Only Home Assistant or Zigbee2MQTT IP can access the stream if it is limited to a specific IP address.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions