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 } }