From 0f4b6a072a94e9710c344a31491d3631a7739431 Mon Sep 17 00:00:00 2001 From: Daniel LaCosse <3759828+daniellacosse@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:22:47 -0400 Subject: [PATCH] Update x/smart/README.md Co-authored-by: Vinicius Fortuna --- x/smart/README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/x/smart/README.md b/x/smart/README.md index 10ff29a3..14320a73 100644 --- a/x/smart/README.md +++ b/x/smart/README.md @@ -9,17 +9,16 @@ The config that the Smart Dialer takes is in a JSON format. Here is an example: ```json { "dns": [ - { - "https": { - "name": "doh.sb" - } - } + {"system": {}}, + {"https": {"name": "8.8.8.8"}}, + {"https": {"name": "9.9.9.9"}} ], "tls": [ - "override:host=cloudflare.net|tlsfrag:1" + "", + "split:2", + "tlsfrag:1" ] } - ``` ### DNS Configuration