From 5df4e8fe0472d95d1759d0da9724f1c20c235c8c Mon Sep 17 00:00:00 2001 From: Daniel LaCosse <3759828+daniellacosse@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:22:22 -0400 Subject: [PATCH] Update x/smart/README.md Co-authored-by: Vinicius Fortuna --- x/smart/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/x/smart/README.md b/x/smart/README.md index 33ef55df..0f9193de 100644 --- a/x/smart/README.md +++ b/x/smart/README.md @@ -80,12 +80,10 @@ The config that the Smart Dialer takes is in a JSON format. Here is an example: ```json { "tcp": { - "address": "1.1.1.1:53" + "address": "8.8.8.8" } } -``` - * `address`: The host:port of the TCP resolver. ### TLS Configuration