Skip to content

Commit

Permalink
Update x/smart/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Vinicius Fortuna <[email protected]>
  • Loading branch information
daniellacosse and fortuna authored Oct 24, 2024
1 parent ca95510 commit 671845b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions x/smart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
`)
Expand Down

0 comments on commit 671845b

Please sign in to comment.