diff --git a/x/smart/README.md b/x/smart/README.md index e856ff20..171c29c6 100644 --- a/x/smart/README.md +++ b/x/smart/README.md @@ -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.