From 281178c2bcf2f5631e7841a314a347c61560cb97 Mon Sep 17 00:00:00 2001 From: Daniel LaCosse <3759828+daniellacosse@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:22:40 -0400 Subject: [PATCH] Update x/smart/README.md Co-authored-by: Vinicius Fortuna --- x/smart/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/smart/README.md b/x/smart/README.md index 171c29c6..10ff29a3 100644 --- a/x/smart/README.md +++ b/x/smart/README.md @@ -37,8 +37,8 @@ The config that the Smart Dialer takes is in a JSON format. Here is an example: ```json { "https": { - "name": "doh.sb", - "address": "doh.sb:443" + "name": "dns.google", + "address": "8.8.8.8" } }