From 94db70a9829a2ad4458a983ecb946d72fee2bab6 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Fri, 13 Dec 2019 17:08:02 -0600 Subject: [PATCH] Update nats-server-protocol.md --- nats-protocol/nats-server-protocol.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nats-protocol/nats-server-protocol.md b/nats-protocol/nats-server-protocol.md index 8841646..9a545bc 100644 --- a/nats-protocol/nats-server-protocol.md +++ b/nats-protocol/nats-server-protocol.md @@ -66,7 +66,9 @@ The valid options are as follows: Below is an example of an `INFO` string received by a NATS server, with the `ip` field. -`INFO {"server_id":"KP19vTlB417XElnv8kKaC5","version":"2.0.0","go":"","host":"localhost","port":5222,"auth_required":false,"tls_required":false,"tls_verify":false,"max_payload":1048576,"ip":"nats-route://127.0.0.1:5222/","connect_urls":["localhost:4222"]}` +```text +INFO {"server_id":"KP19vTlB417XElnv8kKaC5","version":"2.0.0","go":"","host":"localhost","port":5222,"auth_required":false,"tls_required":false,"tls_verify":false,"max_payload":1048576,"ip":"nats-route://127.0.0.1:5222/","connect_urls":["localhost:4222"]} +``` ## CONNECT