Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Oct 23, 2024
1 parent 5557683 commit 02d2c78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/smart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Here is an example of a JSON config:

* The `dns` field specifies a list of DNS resolvers to test.
* Each DNS resolver can be one of the following types:
* `system`: Use the system resolver.
* `system`: Use the system resolver. Specify with an empty object.
* `https`: Use an encrypted DNS over HTTPS (DoH) resolver.
* `tls`: Use an encrypted DNS over TLS (DoT) resolver.
* `udp`: Use a UDP resolver.
Expand Down Expand Up @@ -92,7 +92,7 @@ Here is an example of a JSON config:

* The `tls` field specifies a list of TLS transports to test.
* Each TLS transport is a string that specifies the transport to use.
* For example, `override:host=cloudflare.net|tlsfrag:1` specifies a transport that uses domain fronting with Cloudflare and TLS fragmentation. The available transports are defined in the `outline-sdk/x/configurl` package. 
* For example, `override:host=cloudflare.net|tlsfrag:1` specifies a transport that uses domain fronting with Cloudflare and TLS fragmentation. The available transports are defined in the `outline-sdk/x/configurl` package.

### Using the Smart Dialer

Expand Down

0 comments on commit 02d2c78

Please sign in to comment.