diff --git a/x/smart/README.md b/x/smart/README.md index 171c29c6..10ff29a3 100644 --- a/x/smart/README.md +++ b/x/smart/README.md @@ -37,8 +37,8 @@ The config that the Smart Dialer takes is in a JSON format. Here is an example: ```json { "https": { - "name": "doh.sb", - "address": "doh.sb:443" + "name": "dns.google", + "address": "8.8.8.8" } }