Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse authored Oct 24, 2024
1 parent 0f4b6a0 commit 82f3e4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/smart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ The config that the Smart Dialer takes is in a JSON format. Here is an example:
"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 All @@ -67,7 +68,6 @@ The config that the Smart Dialer takes is in a JSON format. Here is an example:
"address": "8.8.8.8"
}
}

```

* `address`: The host:port of the UDP resolver.
Expand All @@ -80,6 +80,7 @@ The config that the Smart Dialer takes is in a JSON format. Here is an example:
"address": "8.8.8.8"
}
}
```

* `address`: The host:port of the TCP resolver.

Expand Down

0 comments on commit 82f3e4f

Please sign in to comment.