mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-02 10:01:37 +00:00
06820d2220
The most commonly used transport for remote syslog is port 514/udp. It also is the only defined method for BSD syslog (RFC 3164). RFCs 5424+5425 specify an additional TLS transport via 6514/tcp, which does not seem to be supported by zigbee2mqtt, as evidenced by the lack of TLS-related configuration options in this area. RFC 6587 describes legacy uses of syslog over TCP, recommending against them. Port 123, the previous default, was probably used by accident and is reserved for NTP. | $ grep -w -e 123 -e 514 -e 601 -e 6514 /etc/services | ntp 123/udp # Network Time Protocol | shell 514/tcp cmd syslog # no passwords used | syslog 514/udp | syslog-tls 6514/tcp # Syslog over TLS [RFC5425]