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