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 281178c commit 0f4b6a0
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions x/smart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f4b6a0

Please sign in to comment.