From 671845b75b5fe8c5e177e458cfe912493675a967 Mon Sep 17 00:00:00 2001 From: Daniel LaCosse <3759828+daniellacosse@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:22:11 -0400 Subject: [PATCH] Update x/smart/README.md Co-authored-by: Vinicius Fortuna --- x/smart/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/x/smart/README.md b/x/smart/README.md index 0beafd0a..33ef55df 100644 --- a/x/smart/README.md +++ b/x/smart/README.md @@ -109,14 +109,14 @@ finder := &smart.StrategyFinder{ configBytes := []byte(` { "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" ] } `)