From 8ed7ef5011286d55e2e659e668a9a34d4f75e0b8 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Tue, 18 Nov 2025 17:53:34 -0600 Subject: [PATCH] switch example config to tcp server --- config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.json b/config.json index c2382b3..0aa1242 100644 --- a/config.json +++ b/config.json @@ -1,9 +1,8 @@ { "protocols": [ { - "type": "tcp.client", + "type": "tcp.server", "params": { - "host": "127.0.0.1", "port": 8000 } }