From d32fdc00a37fbda9878dd32a57306b24460052f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Thu, 22 Jul 2021 17:21:38 +0200 Subject: [PATCH] add vke mqtt --- haproxy.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/haproxy.cfg b/haproxy.cfg index 2468e96..fa4d914 100644 --- a/haproxy.cfg +++ b/haproxy.cfg @@ -85,3 +85,13 @@ listen mqtt option tcplog balance leastconn server worker1 lb-1.kmlabz.com:8883 check ssl verify none + +listen mqtt-vke + bind *:1884 + mode tcp + option clitcpka + timeout client 3h + timeout server 3h + option tcplog + balance leastconn + server worker1 192.168.122.3:30007 check