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 d2daa66 commit cdff4d3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions x/smart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,10 @@ The config that the Smart Dialer takes is in a JSON format. Here is an example:
{
"tls": {
"name": "dns.google",
"address": "dns.google:853"
"address": "8.8.8.8"
}
}

```

* `name`: The domain name of the DoT server.
* `address`: The host:port of the DoT server. Defaults to `name`:853.

Expand Down

0 comments on commit cdff4d3

Please sign in to comment.