From 427f6ee9996529e13fc7df3db9970bc10ca24e55 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Mon, 21 Jul 2025 01:18:34 +0100 Subject: TLS and Unix socket support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 03ef930..5685f12 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ minimum a set of routes. The following is the default configuration: ```toml host = "localhost" # MQTT server host port = 1883 # MQTT server port +transport = "tcp" # The transport protocol, (tcp, tls or unix) qos = "exactly-once" # Default subscription QoS # at-least-once (=0), at-most-once (=1), exactly-once (=2) timeout = 10.5 # Timeout in seconds (0 means (effectively) no timeout) @@ -92,7 +93,6 @@ it being ran every time a new MQTT message is published to this topic. ## Missing Features -* TLS * mTLS * Graceful signal handling * Graceful program stdout/stderr handling -- cgit v1.2.3-70-g09d2